Only compile classes for tests

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

View File

@ -30,6 +30,6 @@ jobs:
maven-local-ignore-paths: |
net/minestom/
- name: Build Minestom
run: ./gradlew build
run: ./gradlew classes testClasses
- name: Run Minestom tests
run: ./gradlew test