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