mirror of
https://github.com/go-task/task.git
synced 2025-08-10 22:42:19 +02:00
Calling Go directly on Windows
This commit is contained in:
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@@ -34,10 +34,10 @@ jobs:
|
||||
uses: actions/checkout@v1
|
||||
|
||||
- name: Build
|
||||
run: go build -o ./task -v ./cmd/task
|
||||
run: go install -v ./cmd/task
|
||||
|
||||
- name: Test
|
||||
run: task test
|
||||
run: go test -v ./...
|
||||
|
||||
macos:
|
||||
name: MacOS
|
||||
|
Reference in New Issue
Block a user