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:
parent
a12f374aba
commit
9dfa0284fa
1 changed files with 6 additions and 4 deletions
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
|
@ -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 .
|
Loading…
Add table
Add a link
Reference in a new issue