Skip to content

Commit

Permalink
Fix CI pt 7
Browse files Browse the repository at this point in the history
  • Loading branch information
lczech committed Jun 5, 2024
1 parent 3b98a59 commit 0be30f4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,9 @@ jobs:
- name: Run Test
if: ( matrix.os == 'ubuntu-22.04' && matrix.compiler == 'gcc-13' ) || matrix.compiler == 'apple'
run: |
./test/run.sh
cd test
./run.sh
cd ..
- name: Upload Tests
if: ( matrix.os == 'ubuntu-22.04' && matrix.compiler == 'gcc-13' ) || matrix.compiler == 'apple'
Expand Down

0 comments on commit 0be30f4

Please sign in to comment.