Remove tests from the github workflow

This commit is contained in:
Juuxel
2020-11-30 00:19:39 +02:00
parent 7c013370a8
commit c10f891a13

View File

@@ -22,4 +22,4 @@ jobs:
steps:
- uses: actions/checkout@v1
- uses: gradle/wrapper-validation-action@v1
- run: gradle build check test --stacktrace
- run: gradle build check -xtest --stacktrace