···3030 go build
3131 - name: Run tests
3232 run: |
3333- go test ./src
3333+ go test ./...
3434 - name: Run static analysis
3535 run: |
3636- go vet
3737- staticcheck
3636+ go vet ./...
3737+ staticcheck ./...
38383939 release:
4040 # IMPORTANT: This workflow step will not work without the Releases unit enabled!