Sign in
chromium
/
infra
/
infra
/
351c57f929ae091b1a1c8e5cc0d9a8df560503e2
/
.
/
go
/
src
/
infra
/
cros
/
cmd
/
labservice
/
Makefile
blob: d5a231fb41b443df1f03cf1560e8f2762128f429 [
file
]
# Copyright 2025 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
default
:
build
build
:
@go
vet
./...
@go
test
./...
go build
./...
test
:
CGO_ENABLED
=
1
go test
./...