mirror of
https://github.com/go-task/task.git
synced 2025-02-13 13:59:32 +02:00
Build binary first and test all packages
This commit is contained in:
parent
d235d5ab28
commit
57db6865d2
15
.github/workflows/test.yml
vendored
15
.github/workflows/test.yml
vendored
@ -15,7 +15,10 @@ jobs:
|
||||
uses: actions/checkout@v1
|
||||
|
||||
- name: Build
|
||||
run: go test -v .
|
||||
run: go install -v ./cmd/task
|
||||
|
||||
- name: Test
|
||||
run: task ci
|
||||
|
||||
windows:
|
||||
name: Windows
|
||||
@ -31,7 +34,10 @@ jobs:
|
||||
uses: actions/checkout@v1
|
||||
|
||||
- name: Build
|
||||
run: go test -v .
|
||||
run: go install -v ./cmd/task
|
||||
|
||||
- name: Test
|
||||
run: task ci
|
||||
|
||||
macos:
|
||||
name: MacOS
|
||||
@ -47,4 +53,7 @@ jobs:
|
||||
uses: actions/checkout@v1
|
||||
|
||||
- name: Build
|
||||
run: go test -v .
|
||||
run: go install -v ./cmd/task
|
||||
|
||||
- name: Test
|
||||
run: task ci
|
||||
|
Loading…
x
Reference in New Issue
Block a user