Skip to content
Snippets Groups Projects
Verified Commit 8edff4df authored by Volker Schukai's avatar Volker Schukai :alien:
Browse files

chore: wrong go test call #3

parent 9ca35dd8
No related branches found
No related tags found
No related merge requests found
...@@ -20,8 +20,8 @@ tasks: ...@@ -20,8 +20,8 @@ tasks:
cmds: cmds:
- echo "Execute unit tests in Go." - echo "Execute unit tests in Go."
- go test -cover -v ./... - go test -cover -v ./...
- go test -bench . - go test -bench -v ./...
- go test -race . - go test -race -v ./...
test-fuzz: test-fuzz:
desc: Conduct fuzzing tests.# desc: Conduct fuzzing tests.#
......
...@@ -185,8 +185,8 @@ ...@@ -185,8 +185,8 @@
cmds: cmds:
- echo "Execute unit tests in Go." - echo "Execute unit tests in Go."
- go test -cover -v ./... - go test -cover -v ./...
- go test -bench . - go test -bench -v ./...
- go test -race . - go test -race -v ./...
test-fuzz: test-fuzz:
desc: Conduct fuzzing tests.# desc: Conduct fuzzing tests.#
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment