Skip to content

Commit

Permalink
Run smoke test in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Baltoli committed Oct 23, 2023
1 parent a7619a4 commit 0b1cde8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -230,9 +230,11 @@ jobs:
- name: 'Build K Framework'
run: GC_DONT_GC=1 nix build --print-build-logs .

- name: 'Smoke test K'
run: GC_DONT_GC=1 nix build --print-build-logs .#smoke-test

# These tests take a really long time to run on other platforms, so we
# skip them unless we're on the M1 runner.
- name: 'Test K'
if: ${{ matrix.os == 'self-macos-12' }}
run: GC_DONT_GC=1 nix build --print-build-logs .#test

0 comments on commit 0b1cde8

Please sign in to comment.