mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-25 08:31:09 +02: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 ./... |