Restore gradle test command

This commit is contained in:
JesFot 2020-11-20 02:11:22 +01:00 committed by GitHub
parent 5fdd62fb58
commit 8accc82e2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -21,5 +21,5 @@ jobs:
run: chmod +x gradlew
- name: Build Minestom
run: ./gradlew build
- name: Run tests
- name: Run Minestom tests
run: ./gradlew test