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

Add first simple unit test with workflow (#81)

* Adding first simple unit test

* Add test run to workflow

Co-authored-by: Sascha L. Teichmann <sascha.teichmann@intevation.de>
This commit is contained in:
Bernhard E. Reiter 2022-03-08 16:25:17 +01:00 committed by GitHub
parent b852ae4ec1
commit 87dd8307a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 33 additions and 0 deletions

View file

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