Skip to content

Commit bb476bf

Browse files
committed
test unit 3
1 parent a21dc1e commit bb476bf

File tree

1 file changed

+15
-16
lines changed

1 file changed

+15
-16
lines changed

.github/workflows/bb-ci-utils.yml

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ on:
77
workflow_dispatch:
88

99
jobs:
10-
# check:
11-
# uses: "itsshantanu/gha-utils/.github/workflows/full-check.yml@demo/bb-ci"
10+
check:
11+
uses: "itsshantanu/gha-utils/.github/workflows/full-check.yml@demo/bb-ci"
1212

1313
lint:
1414
name: Forge Lint
@@ -20,21 +20,20 @@ jobs:
2020
uses: itsshantanu/gha-utils/.github/workflows/forge-build.yml@demo/bb-ci
2121
secrets: inherit
2222

23-
test-utils:
24-
needs: ["lint", "build"]
25-
uses: "itsshantanu/gha-utils/.github/workflows/bb-forge-test.yml@demo/bb-ci"
26-
secrets: inherit
27-
with:
28-
foundry-profile: "test-optimized"
29-
match-path: "tests/utils/**/*.sol"
30-
name: "Utils tests"
31-
32-
# test-unit:
33-
# needs: ["check", "build"]
23+
# test-utils:
24+
# needs: ["lint", "build"]
3425
# uses: "itsshantanu/gha-utils/.github/workflows/bb-forge-test.yml@demo/bb-ci"
3526
# secrets: inherit
3627
# with:
37-
# foundry-fuzz-runs: 2000
3828
# foundry-profile: "test-optimized"
39-
# match-path: "tests/unit/**/*.sol"
40-
# name: "Unit tests"
29+
# match-path: "tests/utils/**/*.sol"
30+
# name: "Utils tests"
31+
32+
test-unit:
33+
needs: ["check", "build"]
34+
uses: "itsshantanu/gha-utils/.github/workflows/bb-forge-test.yml@demo/bb-ci"
35+
secrets: inherit
36+
with:
37+
foundry-profile: "test-optimized"
38+
match-path: "tests/unit/**/*.sol"
39+
name: "Unit tests"

0 commit comments

Comments
 (0)