Sign in
apache
/
airflow-on-k8s-operator
/
3b5e9536044ba7c49fdbb743d186e9488fc63ab6
/
.
/
vendor
/
github.com
/
hpcloud
/
tail
/
Makefile
blob: 6591b24fc11d4a7077e25ebec116bfcc1523cb71 [
file
] [
log
] [
blame
]
default
:
test
test
:
*.
go
go test
-
v
-
race
./...
fmt
:
gofmt
-
w
.
# Run the test in an isolated environment.
fulltest
:
docker build
-
t hpcloud
/
tail
.