mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 05:40:11 +01:00
Fix go test in workflow
This commit is contained in:
parent
87dd8307a3
commit
74523df5f0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/go.yml
vendored
2
.github/workflows/go.yml
vendored
|
|
@ -31,4 +31,4 @@ jobs:
|
|||
uses: Jerome1337/golint-action@v1.0.2
|
||||
|
||||
- name: Tests
|
||||
run: go test -v ./..
|
||||
run: go test -v ./...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue