Sign in
fuchsia
/
third_party
/
github.com
/
kr
/
pretty
/
d928460c8d68bc4455b4a0664899a846e8327c49
/
.
/
.github
/
workflows
/
build-test.yml
blob: a1ae6ef1bc747174ac749aa47c9760baa5b9d496 [
file
] [
log
] [
blame
]
name:
build
-
test
on:
push:
pull_request:
jobs:
test:
runs
-
on:
ubuntu
-
latest
steps:
-
uses:
actions/setup
-
go@v2
with:
go
-
version:
1.13.x
-
uses:
actions/checkout@v3
-
name:
Build
run:
go build .
-
name:
Test
run:
go test
-
v .