mirror of https://github.com/ConsenSys/mythril
parent
c4cdbddc4e
commit
6719e7c0f2
@ -0,0 +1,18 @@ |
||||
version: 2 |
||||
|
||||
jobs: |
||||
# Basic testing of a new commit to any branch. |
||||
test: |
||||
docker: |
||||
- image: birdofpreyru/mythril:0.0.1 |
||||
steps: |
||||
- checkout |
||||
- run: |
||||
name: Unit-testing |
||||
command: python3 ./all_tests.sh |
||||
|
||||
workflows: |
||||
version: 2 |
||||
build: |
||||
jobs: |
||||
- test |
Loading…
Reference in new issue