Skip to content

Commit

Permalink
switching back to full test
Browse files Browse the repository at this point in the history
  • Loading branch information
stenolog authored Feb 23, 2024
1 parent 20e47c3 commit 8a0f458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,5 @@ jobs:
key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}

- name: Runs node tests
run: sbt -Denv=test clean ++${{ matrix.scala }} "testOnly *ErgoTransactionSpec -- -z inputs"
run: sbt -Denv=test clean ++${{ matrix.scala }} test

0 comments on commit 8a0f458

Please sign in to comment.