Skip to content

Commit

Permalink
add nightly slow-tests run
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanio authored and evertonfraga committed Dec 20, 2019
1 parent cfb5d89 commit 081a18e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/vm-nightly-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,15 @@ jobs:
run: npm run ${{ format('testBlockchain{0}', matrix.hardfork) }}
env:
CI: true

slow-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v1
with:
node-version: 8.x
- uses: actions/checkout@v1
- run: npm install
- run: npm run testStateIstanbul -- --runSkipped=SLOW
env:
CI: true

0 comments on commit 081a18e

Please sign in to comment.