Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
edg-l committed Feb 9, 2024
1 parent a03ea65 commit 06dc5b3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Main
name: Release

on:
push:
Expand Down
6 changes: 0 additions & 6 deletions lib/edlang_parser/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}
}

0 comments on commit 06dc5b3

Please sign in to comment.