Skip to content

Commit

Permalink
Update go_tests.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
zLukas authored Sep 27, 2023
1 parent 32df265 commit f5cd291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f5cd291

Please sign in to comment.