Skip to content

Commit 5b7c699

Browse files
committed
Enable forge test
1 parent a75a910 commit 5b7c699

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,12 @@ jobs:
2020
- name: Build rv64g test binaries
2121
run: make bin bin/simple bin/minimal
2222
working-directory: tests/go-tests
23-
- name: Run tests
23+
- name: Run golang tests
2424
run: go test -v ./...
2525
working-directory: rvgo
26+
- name: Run foundry tests
27+
run: forge test -vvv
28+
working-directory: rvsol
2629
# go-lint:
2730
# runs-on: ubuntu-latest
2831
# timeout-minutes: 20

0 commit comments

Comments
 (0)