Only run short tests on CI

This commit is contained in:
Patrick Pacher
2021-01-19 13:56:17 +01:00
parent 03785911d0
commit 9ca45f5e2a

View File

@@ -121,4 +121,4 @@ jobs:
run: go mod download
- name: Test
run: ./test full --test-only
run: ./test --test-only