Skip to content

Commit

Permalink
Merge pull request #141 from ethereum-optimism/jan/circleci--006
Browse files Browse the repository at this point in the history
chore: Migrate rvsol-tests workflow to CircleCI [6/N]
  • Loading branch information
janjakubnanista authored Jan 24, 2025
2 parents b83e516 + 72dd5e3 commit 74241c8
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ workflows:
version: "1.3.1"
asterisc-commit: "25feabf"
- rvgo-tests
- rvsol-tests

commands:
install-dependencies:
Expand Down Expand Up @@ -394,3 +395,18 @@ jobs:
- run:
name: Upload coverage to Codecov
command: codecov-cli do-upload --token $CODECOV_TOKEN --verbose

rvsol-tests:
executor: default
steps:
- checkout
- install-dependencies
- install-go-modules
- run:
name: Build FFI
command: go build
working_directory: rvgo/scripts/go-ffi
- run:
name: Run foundry tests
command: forge test -vvv --ffi
working_directory: rvsol

0 comments on commit 74241c8

Please sign in to comment.