From 384aec79be71d0fcffe8e2808451000a99373a7b Mon Sep 17 00:00:00 2001 From: StunxFS Date: Thu, 14 Nov 2024 13:37:44 -0400 Subject: [PATCH] ci: add test.ri --- .github/workflows/compiler_tests.yml | 2 +- test.ri | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 test.ri diff --git a/.github/workflows/compiler_tests.yml b/.github/workflows/compiler_tests.yml index f6f4f02c4..f914ab831 100644 --- a/.github/workflows/compiler_tests.yml +++ b/.github/workflows/compiler_tests.yml @@ -19,4 +19,4 @@ jobs: cd v && make sudo ./v symlink cd .. - v . -o rivetc && ./rivetc + v . -o rivetc && ./rivetc test.ri diff --git a/test.ri b/test.ri new file mode 100644 index 000000000..9951379ee --- /dev/null +++ b/test.ri @@ -0,0 +1,3 @@ +// Test file + +fn main() {} \ No newline at end of file