1
1
Fork 0
mirror of https://github.com/schollz/croc.git synced 2025-10-11 13:21:00 +02:00

update with setup

This commit is contained in:
Zack 2021-10-08 09:39:20 -07:00
parent a12f374aba
commit 9dfa0284fa

View file

@ -6,9 +6,11 @@ on:
branches: [master]
jobs:
test:
name: Run tests
unit-tests:
name: Go unit tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: go test ./...
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
- run: go version
- run: go test -v .