Chore: Disable build as the tests handle this automatically

This commit is contained in:
Daniel Hougaard
2024-04-22 15:27:35 +02:00
parent 9cf1dd38a6
commit eb5f71cb05

View File

@@ -31,4 +31,4 @@ jobs:
CLI_TESTS_PROJECT_ID: ${{ secrets.CLI_TESTS_PROJECT_ID }}
CLI_TESTS_ENV_SLUG: ${{ secrets.CLI_TESTS_ENV_SLUG }}
run: TEST_MODE=true go test -v -count=1 ./test
run: go test -v -count=1 ./test