mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-01-02 13:48:43 +00:00
5 lines
70 B
Bash
5 lines
70 B
Bash
|
#!/bin/bash
|
||
|
go test -race ./...
|
||
|
go test -cover ./...
|
||
|
go test -v ./...
|