Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion .github/workflows/serial-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,12 @@ jobs:
pip install tqdm

- name: Run CPU test for ${{ matrix.problem }}
run: bash test/test-serial.bash "${{ matrix.problem }}"
run: bash test/test-serial.bash "${{ matrix.problem }}"

all-serial-tests:
name: All Tests Summary
needs: serial-tests
runs-on: ubuntu-latest
steps:
- name: Print final message
run: echo "All tests passed"