Skip to content

Commit ffcec78

Browse files
committed
back
1 parent 7f9aae2 commit ffcec78

File tree

2 files changed

+4
-33
lines changed

2 files changed

+4
-33
lines changed

.github/workflows/certora-steward.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
- main
77
- certora
88
push:
9+
branches:
10+
- main
911

1012
workflow_dispatch:
1113

.github/workflows/test.yml

Lines changed: 2 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -11,36 +11,5 @@ env:
1111
jobs:
1212
lint:
1313
uses: bgd-labs/github-workflows/.github/workflows/foundry-lint-prettier.yml@main
14-
check:
15-
strategy:
16-
fail-fast: true
17-
18-
name: Foundry project
19-
runs-on: ubuntu-latest
20-
env:
21-
ALCHEMY_KEY: "${{secrets.ALCHEMY_KEY}}"
22-
ETH_RPC_URL: "https://eth-mainnet.g.alchemy.com/v2/${{secrets.ALCHEMY_KEY}}"
23-
RPC_MAINNET: "https://eth-mainnet.g.alchemy.com/v2/${{secrets.ALCHEMY_KEY}}"
24-
RPC_ARBITRUM: "https://arb-mainnet.g.alchemy.com/v2/${{secrets.ALCHEMY_KEY}}"
25-
steps:
26-
- uses: actions/checkout@v4
27-
with:
28-
submodules: recursive
29-
30-
- name: Install Foundry
31-
uses: foundry-rs/foundry-toolchain@v1
32-
with:
33-
version: nightly
34-
35-
- name: Show Forge version
36-
run: |
37-
forge --version
38-
- name: Run Forge build
39-
run: |
40-
forge build --sizes
41-
id: build
42-
43-
- name: Run Forge tests
44-
run: |
45-
forge test -vvv
46-
id: test
14+
test:
15+
uses: bgd-labs/github-workflows/.github/workflows/foundry-test.yml@main

0 commit comments

Comments
 (0)