Skip to content

Commit 207235d

Browse files
committed
Enable forge test
1 parent a75a910 commit 207235d

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-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

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "rvsol/lib/forge-std"]
2+
path = rvsol/lib/forge-std
3+
url = https://github.com/foundry-rs/forge-std

rvsol/lib/forge-std

Submodule forge-std added at ae570fe

0 commit comments

Comments
 (0)