Update .gitlab-ci.yml file

This commit is contained in:
Raum0x2A
2021-05-26 23:31:53 +00:00
parent b24a16edad
commit 6fbbe0b23c

View File

@@ -27,4 +27,4 @@ format:
script: script:
- go fmt $(go list ./...) - go fmt $(go list ./...)
- go vet $(go list ./...) - go vet $(go list ./...)
- go test -race $(go list ./...) - go test