6
0
mirror of https://github.com/grdl/git-get.git synced 2026-02-04 22:39:41 +00:00
Files
git-get/.github/workflows/test.yml
2020-06-11 17:18:51 +02:00

14 lines
272 B
YAML

name: test
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.14
- name: Run go test
run: go test ./...