mirror of
https://github.com/logos-messaging/logos-messaging-rlnv2-contract.git
synced 2026-04-18 01:23:12 +00:00
fix: skip Echidna contract during forge test
This commit is contained in:
parent
6db28fa889
commit
0be627965f
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"
|
||||
run: 'forge test --no-match-path "test/EchidnaTest.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" --report lcov'
|
||||
run: 'forge coverage --match-path "test/**/*.sol" --no-match-path "test/EchidnaTest.t.sol" --report lcov'
|
||||
|
||||
- name: "Upload coverage report to Codecov"
|
||||
uses: "codecov/codecov-action@v3"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user