1
0
Fork 0
mirror of https://github.com/gocsaf/csaf.git synced 2025-12-22 11:55:40 +01:00

Fix go test in workflow

This commit is contained in:
Bernhard Reiter 2022-03-08 16:26:04 +01:00
parent 87dd8307a3
commit 74523df5f0
No known key found for this signature in database
GPG key ID: 2B7BA3BF9BC3A554

View file

@ -31,4 +31,4 @@ jobs:
uses: Jerome1337/golint-action@v1.0.2 uses: Jerome1337/golint-action@v1.0.2
- name: Tests - name: Tests
run: go test -v ./.. run: go test -v ./...