This commit is contained in:
Malachi Soord
2021-02-11 21:48:41 +01:00
parent 81052a37c4
commit 972a77173a
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -30,7 +30,7 @@ jobs:
fi
- name: Build
run: go build -v .
run: make build
- name: Test
run: go test -v .
run: go test -v ./...