1
0
mirror of https://github.com/Anuken/Mindustry.git synced 2024-10-05 20:37:25 +03:00

Run tests with --stacktrace

This commit is contained in:
Anuken 2021-09-22 18:17:54 -04:00
parent ec886456c8
commit 83dc70b054

View File

@ -22,4 +22,4 @@ jobs:
with:
java-version: 17
- name: Run unit tests
run: ./gradlew clean cleanTest test
run: ./gradlew clean cleanTest test --stacktrace