Skip to content

Commit

Permalink
test(ci-settings): update fuzz and invariant ci settings
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandr-masl committed Sep 13, 2024
1 parent 16de33c commit ae26dfb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 35 deletions.
31 changes: 0 additions & 31 deletions .github/workflows/deep-fuzz-and-invariant.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/deep-fuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:

- name: Deep Fuzz Solidity Contracts
working-directory: packages/contracts
run: forge test
run: forge test --match-path "test/fuzz/**/*"
6 changes: 3 additions & 3 deletions .github/workflows/deep-invariant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ jobs:
uses: actions/checkout@v3

- name: Setup Foundry
uses: foundry-rs/toolchain@v1
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly-5be158ba6dc7c79a8f6302026fe60fc01606b33b

- name: Forge install
working-directory: packages/contracts
run: forge install

- name: Run Invariant Tests
- name: Run Deep Invariant Tests
working-directory: packages/contracts
run: forge test
run: forge test --match-path "test/invariant/**/*"

0 comments on commit ae26dfb

Please sign in to comment.