We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdcbe43 commit a823a21Copy full SHA for a823a21
.github/workflows/bb-flow.yml
@@ -166,6 +166,9 @@ jobs:
166
- name: Show Forge version
167
run: forge --version
168
169
+ - name: "Change to working directory"
170
+ run: cd ${{ inputs.working-directory || 'flow' }}
171
+
172
- name: "Install Bun"
173
uses: "oven-sh/setup-bun@v2"
174
with:
flow/foundry.toml
@@ -6,6 +6,8 @@
6
extends = "../foundry.base.toml"
7
gas_reports = ["SablierFlow"]
8
optimizer_runs = 1000
9
+ libs = ["node_modules", "lib"]
10
+ test = "tests"
11
12
[profile.default.fuzz]
13
runs = 10_000
0 commit comments