remove some scripts from CI run
This commit is contained in:
1
.github/workflows/formal-verifiation.yml
vendored
1
.github/workflows/formal-verifiation.yml
vendored
@ -42,6 +42,7 @@ jobs:
|
|||||||
sudo mv solc-static-linux /usr/local/bin/solc
|
sudo mv solc-static-linux /usr/local/bin/solc
|
||||||
chmod +x /usr/local/bin/solc
|
chmod +x /usr/local/bin/solc
|
||||||
- name: Verify rule ${{ matrix.params }}
|
- name: Verify rule ${{ matrix.params }}
|
||||||
|
if: ${{ !contains(matrix.params, 'noCI') }}
|
||||||
run: |
|
run: |
|
||||||
touch certora/applyHarness.patch
|
touch certora/applyHarness.patch
|
||||||
make -C certora munged
|
make -C certora munged
|
||||||
|
|||||||
Reference in New Issue
Block a user