Update ci.yml

This commit is contained in:
Brad Van Vugt 2020-01-01 17:32:14 -08:00 committed by GitHub
parent 824ac43a4c
commit b257aae7b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,6 +33,7 @@ jobs:
test:
name: Test (go test)
runs-on: ubuntu-latest
needs: [lint]
steps:
- uses: actions/checkout@master
- uses: actions/setup-go@master