Skip to content

Commit

Permalink
add back the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
snapdgn committed Jun 13, 2024
1 parent 7b3d585 commit 742f072
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@ jobs:
opam pin --yes --no-action add .
opam install sail --yes
- name: Test Sail
run: |
eval $(opam env)
etc/ci_core_tests.sh
- name: Checkout `sail-riscv` repo
uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 742f072

Please sign in to comment.