Skip to content

Commit

Permalink
ci: Build and test macaw-x86-syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
langston-barrett committed Aug 20, 2024
1 parent 3dfc22b commit f7db513
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,12 @@ jobs:
- name: Test macaw-x86
run: cabal test pkg:macaw-x86

- name: Build macaw-x86-syntax
run: cabal build pkg:macaw-x86-syntax

- name: Test macaw-x86-syntax
run: cabal test pkg:macaw-x86-syntax

- name: Test macaw-x86-symbolic
if: runner.os == 'Linux'
run: cabal test pkg:macaw-x86-symbolic
Expand Down

0 comments on commit f7db513

Please sign in to comment.