Skip to content

Commit

Permalink
fix run for verify
Browse files Browse the repository at this point in the history
Signed-off-by: Lilith Oberhauser <[email protected]>
  • Loading branch information
lilith218 committed Apr 3, 2024
1 parent 4ad926e commit 8f67590
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/libvsync-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:
run: ctest --test-dir build/test/quack -R check* --output-on-failure
- name: Check queue
run: ctest --test-dir build/test/queue -R check* --output-on-failure
- name: Run verify checks
run: ctest --test-dir build/verify -R check* --output-on-failure
# - name: Check out repository code
# uses: actions/checkout@v4
# - run: which vsyncer
Expand Down

0 comments on commit 8f67590

Please sign in to comment.