We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e0cd9dc + a87af11 commit fc85a6eCopy full SHA for fc85a6e
.github/workflows/powervoting-contracts.yml
@@ -12,29 +12,4 @@ on:
12
env:
13
FOUNDRY_PROFILE: ci
14
15
-jobs:
16
- check-powervoting-contracts:
17
- name: foundry project
18
- runs-on: ubuntu-20.04
19
- steps:
20
- - uses: actions/checkout@v4
21
- with:
22
- submodules: recursive
23
24
- - name: Install Foundry
25
- uses: foundry-rs/foundry-toolchain@v1
26
27
- version: nightly
28
-
29
- - name: Run Forge build
30
- run: |
31
- cd ./powervoting-contracts
32
- forge --version
33
- forge build --sizes
34
- id: build
35
36
- - name: Run Forge tests
37
38
39
- forge test -vvv
40
- id: test
0 commit comments