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