Skip to content

Commit

Permalink
ci: add test.ri
Browse files Browse the repository at this point in the history
  • Loading branch information
StunxFS committed Nov 14, 2024
1 parent c5b62d7 commit 384aec7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compiler_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
cd v && make
sudo ./v symlink
cd ..
v . -o rivetc && ./rivetc
v . -o rivetc && ./rivetc test.ri
3 changes: 3 additions & 0 deletions test.ri
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
// Test file

fn main() {}

0 comments on commit 384aec7

Please sign in to comment.