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 b932885
Show file tree
Hide file tree
Showing 2 changed files with 7 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
1 change: 1 addition & 0 deletions cabal.project.dist
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ packages: base/
macaw-ppc-symbolic/
macaw-riscv/
macaw-riscv-symbolic/
macaw-x86-syntax/
x86/
symbolic/
symbolic-syntax/
Expand Down

0 comments on commit b932885

Please sign in to comment.