Skip to content

Commit

Permalink
[ci] attempt to separate out run-tests into a separate job
Browse files Browse the repository at this point in the history
  • Loading branch information
harrand committed May 18, 2024
1 parent 184daf7 commit 15e7de3
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/build_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,14 @@ jobs:
with:
name: psyc_${{ matrix.compiler }}_${{ matrix.build_config }}
path: ./cpp/build/ci_${{ matrix.build_config }}/psyc

run_tests:
strategy:
matrix:
build_config: ['debug', 'release']
compiler: ['clang-18', 'gcc-13']
runs-on: ubuntu-24.04
needs: build
steps:
- name: 'Run Tests'
uses: ./.github/actions/run_tests
with:
Expand Down

0 comments on commit 15e7de3

Please sign in to comment.