Skip to content

Commit

Permalink
Disable Certora in Circle CI (#1178)
Browse files Browse the repository at this point in the history
  • Loading branch information
pkuchtatt authored May 31, 2022
1 parent 2e7671e commit 7340905
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,6 @@ jobs:
- attach_workspace:
at: .
- run: yarn lint
verify:
docker:
- image: circleci/python:3-node
steps:
- attach_workspace:
at: .
- run: yarn verify
test-others:
docker:
- image: cimg/node:16.1.0
Expand Down Expand Up @@ -143,10 +136,6 @@ workflows:
- slither:
requires:
- setup
- verify:
context: main
requires:
- setup
- test-truefi:
requires:
- build
Expand Down

0 comments on commit 7340905

Please sign in to comment.