diff --git a/.github/workflows/go_tests.yaml b/.github/workflows/go_tests.yaml index f2253c4..ed7bb15 100644 --- a/.github/workflows/go_tests.yaml +++ b/.github/workflows/go_tests.yaml @@ -25,7 +25,7 @@ jobs: - name: build src binaries run: | cd ${{ env.GO_MOD_DIR }} - ${{ env.GO }} build cmd/tls.go + ${{ env.GO }} build cmd/*.go unit-tests: needs: fetch