mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-27 20:31:10 +00:00
4 lines
70 B
Bash
4 lines
70 B
Bash
#!/bin/bash
|
|
go test -race ./...
|
|
go test -cover ./...
|
|
go test -v ./...
|