We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a6b026 commit ffeba53Copy full SHA for ffeba53
2 files changed
.github/workflows/serial-tests.yml
@@ -29,4 +29,4 @@ jobs:
29
pip install tqdm
30
31
- name: Run CPU test for ${{ matrix.problem }}
32
- run: bash test/test-cpu.bash "${{ matrix.problem }}"
+ run: bash test/test-serial.bash "${{ matrix.problem }}"
test/test-cpu.bash test/test-serial.bashtest/test-cpu.bash renamed to test/test-serial.bash
0 commit comments