Skip to content

Add resource_deps and keep allow_parallel=True #20

Add resource_deps and keep allow_parallel=True

Add resource_deps and keep allow_parallel=True #20

Workflow file for this run

name: CI
# This workflow run tests and build for each push
on:
push:
branches:
- '*'
jobs:
test:
runs-on: ubuntu-latest-16-cores
steps:
- uses: actions/checkout@v2
- name: Build Ethereum PoS simulator
run: |
docker-compose build possim
- name: Run Ethereum PoS test suite
run: |
docker-compose run possim test