Skip to content

Commit 8b524a9

Browse files
committed
Fix CI
1 parent 009912c commit 8b524a9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/unittests.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,8 @@ jobs:
3030
- name: Run Tests
3131
working-directory: build/
3232
# --output-on-failure prints the error log if a test fails
33-
run: ctest --output-on-failure
33+
run: |
34+
# First generate golden images
35+
./tests/rg_tests --generate
36+
# Then run the actual tests
37+
ctest --output-on-failure

0 commit comments

Comments
 (0)