We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a75a910 commit 207235dCopy full SHA for 207235d
.github/workflows/ci.yaml
@@ -20,9 +20,12 @@ jobs:
20
- name: Build rv64g test binaries
21
run: make bin bin/simple bin/minimal
22
working-directory: tests/go-tests
23
- - name: Run tests
+ - name: Run golang tests
24
run: go test -v ./...
25
working-directory: rvgo
26
+ - name: Run foundry tests
27
+ run: forge test -vvv
28
+ working-directory: rvsol
29
# go-lint:
30
# runs-on: ubuntu-latest
31
# timeout-minutes: 20
.gitmodules
@@ -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
0 commit comments