We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7dc481 commit 5f8648cCopy full SHA for 5f8648c
2 files changed
.github/workflows/build.yml
@@ -15,7 +15,7 @@ jobs:
15
uses: actions/checkout@v3
16
- name: Vet
17
run: |
18
- go vet ./...
+ go vet -printf=false ./...
19
20
server:
21
name: Unit Tests
makefile
@@ -8,7 +8,7 @@ install:
8
.PHONY: test
9
test:
10
@echo "\033[94m• Running Go vet\033[00m"
11
12
@echo "\033[94m\n• Running Go tests\033[00m"
13
go test -race ./...
14
@echo "\033[94m\n• Running go wasm tests\033[00m"
0 commit comments