Harden CI and release artifacts
This commit is contained in:
@@ -39,6 +39,12 @@ jobs:
|
||||
- name: Run tests
|
||||
run: go test ./...
|
||||
|
||||
- name: Run vet
|
||||
run: go vet ./...
|
||||
|
||||
- name: Check reachable vulnerabilities
|
||||
run: go run golang.org/x/vuln/cmd/govulncheck@v1.6.0 ./...
|
||||
|
||||
- name: Build
|
||||
run: go build ./cmd/dataxl
|
||||
|
||||
|
||||
@@ -30,6 +30,12 @@ jobs:
|
||||
- name: Run tests
|
||||
run: go test ./...
|
||||
|
||||
- name: Run vet
|
||||
run: go vet ./...
|
||||
|
||||
- name: Check reachable vulnerabilities
|
||||
run: go run golang.org/x/vuln/cmd/govulncheck@v1.6.0 ./...
|
||||
|
||||
- name: Build release archives
|
||||
env:
|
||||
RELEASE_TAG: ${{ inputs.tag }}
|
||||
|
||||
Reference in New Issue
Block a user