Skip to content

Commit 5fe2389

Browse files
committed
add ci profile
1 parent 0f59bd1 commit 5fe2389

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

foundry.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ out = "out"
44
libs = ["lib"]
55
via_ir = true
66

7+
[profile.ci]
8+
src = "src"
9+
out = "out"
10+
libs = ["lib"]
11+
via_ir = true
12+
713
[rpc_endpoints]
814
ethereum = "${ETHEREUM_RPC_URL}"
915
optimism = "${OPTIMISM_RPC_URL}"

0 commit comments

Comments
 (0)