mirror of
https://github.com/status-im/consul.git
synced 2025-01-11 22:34:55 +00:00
8 lines
94 B
Bash
Executable File
8 lines
94 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -euo pipefail
|
|
|
|
go build ./...
|
|
go test ./...
|
|
golint ./...
|
|
go vet ./... |