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 5eea442
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 @@ -10,6 +10,7 @@ packages: base/
symbolic/
symbolic-syntax/
x86_symbolic/
x86-symbolic-syntax/
refinement/
utils/compare-dwarfdump
deps/macaw-loader/macaw-loader
Expand Down

0 comments on commit 5eea442

Please sign in to comment.