mirror of
https://github.com/hashicorp/vault.git
synced 2026-01-18 23:21:10 +01: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 ./... |