Skip to content

Commit a823a21

Browse files
committed
test bb ci 3
1 parent bdcbe43 commit a823a21

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/bb-flow.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,9 @@ jobs:
166166
- name: Show Forge version
167167
run: forge --version
168168

169+
- name: "Change to working directory"
170+
run: cd ${{ inputs.working-directory || 'flow' }}
171+
169172
- name: "Install Bun"
170173
uses: "oven-sh/setup-bun@v2"
171174
with:

flow/foundry.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
extends = "../foundry.base.toml"
77
gas_reports = ["SablierFlow"]
88
optimizer_runs = 1000
9+
libs = ["node_modules", "lib"]
10+
test = "tests"
911

1012
[profile.default.fuzz]
1113
runs = 10_000

0 commit comments

Comments
 (0)