Skip to content

Commit

Permalink
Merge pull request #492 from sablierhq/ci/tone-down
Browse files Browse the repository at this point in the history
ci: tone down ci some more
  • Loading branch information
PaulRBerg authored May 17, 2023
2 parents 57236fc + 57d55b5 commit 729e171
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,8 @@ jobs:
test-fuzz:
needs: ["lint", "build"]
env:
FOUNDRY_FUZZ_RUNS: "5000"
runs-on: "ubuntu-latest"
steps:
- name: "Check out the repo"
Expand Down Expand Up @@ -179,6 +181,8 @@ jobs:
test-fork:
needs: ["lint", "build"]
env:
FOUNDRY_FUZZ_RUNS: "100"
runs-on: "ubuntu-latest"
steps:
- name: "Check out the repo"
Expand Down Expand Up @@ -221,7 +225,7 @@ jobs:
uses: "foundry-rs/foundry-toolchain@v1"

- name: "Generate the coverage report"
run: "forge coverage --report lcov"
run: "forge coverage --match-path \"test/{fuzz,unit}/**/*.sol\" --report lcov"

- name: "Upload coverage report to Codecov"
uses: "codecov/codecov-action@v3"
Expand Down
2 changes: 0 additions & 2 deletions foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,6 @@

# Test the optimized contracts without re-compiling them
[profile.test-optimized]
fuzz = { runs = 5_000 }
invariant = { depth = 150, runs = 100 }
src = "test"

[doc]
Expand Down

0 comments on commit 729e171

Please sign in to comment.