Skip to content

Commit f6f6752

Browse files
committed
fix(ci): exclued miannet run - Invariants test
1 parent 68b9803 commit f6f6752

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/audit.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
concurrency:
2+
group: ci-${{ github.ref }}
3+
cancel-in-progress: true
4+
15
name: CI
26

37
permissions:
@@ -58,7 +62,10 @@ jobs:
5862

5963
- name: Run Invariant Tests
6064
env:
61-
ETH_RPC_URL: ""
65+
ETH_RPC_URL:
66+
RPC_URL:
67+
ALCHEMY_MAINNET:
68+
ALCHEMY_SEPOLIA:
6269
run: forge test --mt invariant -vvv
6370

6471
fork:

0 commit comments

Comments
 (0)