File tree Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -138,12 +138,5 @@ jobs:
138
138
with :
139
139
name : k-framework
140
140
authToken : ' ${{ secrets.CACHIX_PUBLIC_TOKEN }}'
141
- - name : ' Install Foundry'
142
- run : |
143
- curl -L https://foundry.paradigm.xyz | bash
144
- export PATH=$HOME/.foundry/bin:$PATH
145
- foundryup
146
141
- name : ' Test KEVM'
147
- run : |
148
- export PATH=$HOME/.foundry/bin:$PATH
149
- GC_DONT_GC=1 nix build .#kevm-test
142
+ run : GC_DONT_GC=1 nix build .#kevm-test
Original file line number Diff line number Diff line change @@ -49,5 +49,9 @@ kevm prove tests/specs/erc20/ds/transfer-failure-1-a-spec.k --backend java --for
49
49
--definition tests/specs/erc20/verification/java
50
50
fi
51
51
52
+ curl -L https://foundry.paradigm.xyz | bash
53
+ export PATH=$HOME /.foundry/bin:$PATH
54
+ foundryup
55
+
52
56
cd tests/foundry
53
57
./test-foundry.sh
You can’t perform that action at this time.
0 commit comments