Skip to content

Commit 9c15d30

Browse files
authored
add aggregate ci job (#47)
1 parent 014daa6 commit 9c15d30

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/serial-tests.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,12 @@ jobs:
2929
pip install tqdm
3030
3131
- name: Run CPU test for ${{ matrix.problem }}
32-
run: bash test/test-serial.bash "${{ matrix.problem }}"
32+
run: bash test/test-serial.bash "${{ matrix.problem }}"
33+
34+
all-serial-tests:
35+
name: All Tests Summary
36+
needs: serial-tests
37+
runs-on: ubuntu-latest
38+
steps:
39+
- name: Print final message
40+
run: echo "All tests passed"

0 commit comments

Comments
 (0)