We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 014daa6 commit 9c15d30Copy full SHA for 9c15d30
.github/workflows/serial-tests.yml
@@ -29,4 +29,12 @@ jobs:
29
pip install tqdm
30
31
- name: Run CPU test for ${{ matrix.problem }}
32
- run: bash test/test-serial.bash "${{ matrix.problem }}"
+ 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