Adding final test, closes #76

This commit is contained in:
George Fleury
2023-08-30 12:48:08 +02:00
parent 5d0b8f4baf
commit 4f33c2cf14
3 changed files with 6 additions and 0 deletions

View File

@ -20,6 +20,9 @@ jobs:
- name: Display Go version
run: go version
- name: Format
run: go fmt . && git diff --exit-code
- name: Build
run: go build -v ./...