Skip to content

Commit

Permalink
ci: Run state tests with legacy in single command
Browse files Browse the repository at this point in the history
  • Loading branch information
chfast committed Oct 25, 2022
1 parent 3ea6b2d commit cd018c4
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -349,11 +349,7 @@ jobs:
- run:
name: "State tests"
working_directory: ~/build
command: bin/evmone-statetest ~/tests/GeneralStateTests
- run:
name: "State tests (legacy)"
working_directory: ~/build
command: bin/evmone-statetest ~/tests/LegacyTests/Constantinople/GeneralStateTests
command: bin/evmone-statetest ~/tests/GeneralStateTests ~/tests/LegacyTests/Constantinople/GeneralStateTests
- collect_coverage_gcc
- upload_coverage:
flags: statetests
Expand Down

0 comments on commit cd018c4

Please sign in to comment.