Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
try
  • Loading branch information
ahmed-irfan authored Oct 3, 2023
1 parent 4731335 commit 4cf9b5d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@ jobs:
mode: [debug, release]
config-opt: [--enable-mcsat, --enable-thread-safety]
env: [CC=gcc CXX=g++, CC=clang CXX=clang++]
is-per-thread-state-branch:
- ${{ github.ref == 'refs/heads/per-thread-state' }}
exclude:
- if: github.ref == 'refs/heads/per-thread-state'
config-opt: --enable-mcsat
- is-per-thread-state-branch: true
include:
- os: ubuntu-latest
mode: gcov
Expand Down

0 comments on commit 4cf9b5d

Please sign in to comment.