File tree Expand file tree Collapse file tree 1 file changed +13
-12
lines changed
Expand file tree Collapse file tree 1 file changed +13
-12
lines changed Original file line number Diff line number Diff line change @@ -48,20 +48,21 @@ jobs:
4848 # match-path: "tests/integration/**/*.sol"
4949 # name: "Integration tests"
5050
51- # test-invariant:
52- # needs: ["check", "build"]
53- # uses: "itsshantanu/gha-utils/.github/workflows/bb-forge-test.yml@demo/bb-ci"
54- # with:
55- # foundry-profile: "lite"
56- # match-path: "tests/invariant/**/*.sol"
57- # name: "Invariant tests"
58-
59- test-fork :
51+ test-invariant :
6052 needs : ["check", "build"]
6153 uses : " itsshantanu/gha-utils/.github/workflows/bb-forge-test.yml@demo/bb-ci"
6254 secrets : inherit
6355 with :
64- foundry-fuzz-runs : 20
6556 foundry-profile : " lite"
66- match-path : " tests/fork/**/*.sol"
67- name : " Fork tests"
57+ match-path : " tests/invariant/**/*.sol"
58+ name : " Invariant tests"
59+
60+ # test-fork:
61+ # needs: ["check", "build"]
62+ # uses: "itsshantanu/gha-utils/.github/workflows/bb-forge-test.yml@demo/bb-ci"
63+ # secrets: inherit
64+ # with:
65+ # foundry-fuzz-runs: 20
66+ # foundry-profile: "lite"
67+ # match-path: "tests/fork/**/*.sol"
68+ # name: "Fork tests"
You can’t perform that action at this time.
0 commit comments