Skip to content

Commit

Permalink
make fast ONE
Browse files Browse the repository at this point in the history
  • Loading branch information
drernie committed Oct 11, 2024
1 parent d2b71db commit 2a8738b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ verify: #compile
./gradlew check || open $(REPORT)

fast:
./gradlew ${mm}test --fail-fast || open ./plugins/nf-quilt/build/reports/tests/test/index.html

./gradlew test ${ONE} --fail-fast || open ./plugins/nf-quilt/build/reports/tests/test/index.html
# example: make fast ONE="--tests QuiltProductTest"
check-env:
echo $(VERSION)
echo $(WRITE_BUCKET)
Expand Down

0 comments on commit 2a8738b

Please sign in to comment.