Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Run dumptests multiple times
Browse files Browse the repository at this point in the history
vityaman committed Nov 9, 2024
1 parent f72b40d commit d8a8638
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/UserTests.yml
Original file line number Diff line number Diff line change
@@ -25,8 +25,14 @@ jobs:

- name: Test Lab 1
if: ${{ github.head_ref == 'lab-1' }}
run: sh ./ci/test/run.sh dumptests dump2tests usertests

run: |
sh ./ci/test/run.sh \
dumptests dumptests \
dump2tests dump2tests \
usertests \
dumptests dumptests \
dump2tests dump2tests
- name: Test Lab 2
if: ${{ github.head_ref == 'lab-2' }}
run: sh ./ci/test/run.sh alloctest usertests

0 comments on commit d8a8638

Please sign in to comment.