Skip to content

Commit

Permalink
[ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
misonijnik committed Feb 20, 2024
1 parent 39e00ae commit fde0f2a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,10 +140,14 @@ jobs:
submodules: recursive
- name: Build KLEE
env: ${{ matrix.env }}
run: scripts/build/build.sh klee --docker --create-final-image
run: scripts/build/build.sh klee
- name: Debugging with tmate
uses: mxschmitt/[email protected]
with:
limit-access-to-actor: true
- name: Run tests
env: ${{ matrix.env }}
run: scripts/build/run-tests.sh --run-docker --debug
run: scripts/build/run-tests.sh --debug

macOS:
runs-on: macos-latest
Expand Down

0 comments on commit fde0f2a

Please sign in to comment.