This commit is contained in:
Edgar 2024-02-09 09:26:57 +01:00
parent a03ea65a7c
commit 06dc5b3a5b
No known key found for this signature in database
GPG key ID: 70ADAE8F35904387
2 changed files with 1 additions and 7 deletions

View file

@ -1,4 +1,4 @@
name: Main
name: Release
on:
push:

View file

@ -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();
}
}