Skip to content

Commit

Permalink
multiple tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vityaman committed Nov 20, 2024
1 parent d15dc9d commit de3b811
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,11 @@ jobs:
SANITIZERS="$SAN"
- name: Test
run: ./build/bin/app
run: |
for i in {1..8}; do
echo "|- Running #$i..."
./build/bin/app
done
- name: Check Format
run: make check-format
Expand Down

0 comments on commit de3b811

Please sign in to comment.