Use short tests in github CI

This commit is contained in:
Patrick Pacher 2024-03-27 15:00:03 +01:00
parent 1cec92263d
commit 7ca6956501

View file

@ -45,4 +45,4 @@ jobs:
version: v0.8.0
- uses: actions/checkout@v4
- name: Run tests
run: earthly --ci +test-go
run: earthly --ci +test-go --TESTFLAGS="-short"