File tree 3 files changed +8
-8
lines changed
3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 29
29
uses : " sablier-labs/gha-utils/.github/workflows/forge-build.yml@main"
30
30
31
31
test-integration :
32
- needs : ["lint", " build"]
32
+ needs : ["build"]
33
33
uses : " sablier-labs/gha-utils/.github/workflows/forge-test.yml@main"
34
34
with :
35
35
foundry-fuzz-runs : ${{ fromJSON(inputs.integrationFuzzRuns || '50000') }}
38
38
name : " Integration tests"
39
39
40
40
test-fork :
41
- needs : ["lint", " build"]
41
+ needs : ["build"]
42
42
secrets :
43
43
MAINNET_RPC_URL : ${{ secrets.MAINNET_RPC_URL }}
44
44
uses : " sablier-labs/gha-utils/.github/workflows/forge-test.yml@main"
Original file line number Diff line number Diff line change 12
12
uses : " sablier-labs/gha-utils/.github/workflows/forge-build.yml@main"
13
13
14
14
test-fork :
15
- needs : ["lint", " build"]
15
+ needs : ["build"]
16
16
secrets :
17
17
MAINNET_RPC_URL : ${{ secrets.MAINNET_RPC_URL }}
18
18
uses : " sablier-labs/gha-utils/.github/workflows/forge-test.yml@main"
24
24
name : " Fork tests"
25
25
26
26
test-utils :
27
- needs : ["lint", " build"]
27
+ needs : ["build"]
28
28
uses : " sablier-labs/gha-utils/.github/workflows/forge-test.yml@main"
29
29
with :
30
30
foundry-profile : " test-optimized"
Original file line number Diff line number Diff line change @@ -20,15 +20,15 @@ jobs:
20
20
uses : " sablier-labs/gha-utils/.github/workflows/forge-build.yml@main"
21
21
22
22
test-bulloak :
23
- needs : ["lint", " build"]
23
+ needs : ["build"]
24
24
if : needs.build.outputs.cache-status != 'primary'
25
25
uses : " sablier-labs/gha-utils/.github/workflows/bulloak-check.yml@main"
26
26
with :
27
27
skip-modifiers : true
28
28
tree-path : " tests"
29
29
30
30
test-integration :
31
- needs : ["lint", " build"]
31
+ needs : ["build"]
32
32
if : needs.build.outputs.cache-status != 'primary'
33
33
uses : " sablier-labs/gha-utils/.github/workflows/forge-test.yml@main"
34
34
with :
38
38
name : " Integration tests"
39
39
40
40
test-fork :
41
- needs : ["lint", " build"]
41
+ needs : ["build"]
42
42
if : needs.build.outputs.cache-status != 'primary'
43
43
secrets :
44
44
API_KEY_INFURA : ${{ secrets.API_KEY_INFURA }}
51
51
name : " Fork tests"
52
52
53
53
coverage :
54
- needs : ["lint", " build"]
54
+ needs : ["build"]
55
55
if : needs.build.outputs.cache-status != 'primary'
56
56
secrets :
57
57
CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
You can’t perform that action at this time.
0 commit comments