Skip to content

Commit

Permalink
Enable forge test
Browse files Browse the repository at this point in the history
  • Loading branch information
pcw109550 committed Feb 8, 2024
1 parent a75a910 commit 5b7c699
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,12 @@ jobs:
- name: Build rv64g test binaries
run: make bin bin/simple bin/minimal
working-directory: tests/go-tests
- name: Run tests
- name: Run golang tests
run: go test -v ./...
working-directory: rvgo
- name: Run foundry tests
run: forge test -vvv
working-directory: rvsol
# go-lint:
# runs-on: ubuntu-latest
# timeout-minutes: 20
Expand Down

0 comments on commit 5b7c699

Please sign in to comment.