mirror of
https://github.com/GaloisInc/macaw.git
synced 2024-11-29 11:02:13 +03:00
ci: Build and test macaw-x86-syntax
This commit is contained in:
parent
3dfc22bf41
commit
b932885faf
6
.github/workflows/ci.yaml
vendored
6
.github/workflows/ci.yaml
vendored
@ -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
|
||||
|
@ -6,6 +6,7 @@ packages: base/
|
||||
macaw-ppc-symbolic/
|
||||
macaw-riscv/
|
||||
macaw-riscv-symbolic/
|
||||
macaw-x86-syntax/
|
||||
x86/
|
||||
symbolic/
|
||||
symbolic-syntax/
|
||||
|
Loading…
Reference in New Issue
Block a user