Skip to content

Commit

Permalink
Build pattern matching before running integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Baltoli committed Mar 7, 2024
1 parent 1444398 commit 6247a54
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-flake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ jobs:
- name: 'Build LLVM backend'
run: GC_DONT_GC=1 nix build --print-build-logs .

- name: 'Build pattern matching compiler'
run: GC_DONT_GC=1 nix build --print-build-logs .#llvm-backend-matching

- name: 'Test LLVM backend'
run: GC_DONT_GC=1 nix flake check --print-build-logs

Expand Down

0 comments on commit 6247a54

Please sign in to comment.