diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5e6ba1f53..65880105c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,4 +1,4 @@ -name: Main +name: Release on: push: diff --git a/lib/edlang_parser/src/lib.rs b/lib/edlang_parser/src/lib.rs index 39e78eb14..8257883a3 100644 --- a/lib/edlang_parser/src/lib.rs +++ b/lib/edlang_parser/src/lib.rs @@ -121,10 +121,4 @@ pub fn error_to_report<'a>( #[cfg(test)] mod test { - use crate::parse_ast; - - #[test] - fn test_ident() { - parse_ast("hello").unwrap(); - } }