mirror of
https://github.com/logos-messaging/logos-messaging-rlnv2-contract.git
synced 2026-01-03 22:43:12 +00:00
fix: skip all Echidna tests in CI
This commit is contained in:
parent
1cd3c91d87
commit
02389952a4
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -117,7 +117,7 @@ jobs:
|
||||
)" >> $GITHUB_ENV
|
||||
|
||||
- name: "Run the tests"
|
||||
run: 'forge test --no-match-path "test/EchidnaTest.t.sol"'
|
||||
run: 'forge test --no-match-path "test/Echidna*.t.sol"'
|
||||
|
||||
- name: "Add test summary"
|
||||
run: |
|
||||
@ -151,7 +151,7 @@ jobs:
|
||||
run: "pnpm install"
|
||||
|
||||
- name: "Generate the coverage report using the unit and the integration tests"
|
||||
run: 'forge coverage --match-path "test/**/*.sol" --no-match-path "test/EchidnaTest.t.sol" --report lcov'
|
||||
run: 'forge coverage --match-path "test/**/*.sol" --no-match-path "test/Echidna*.t.sol" --report lcov'
|
||||
|
||||
- name: "Upload coverage report to Codecov"
|
||||
uses: "codecov/codecov-action@v3"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user