mirror of
https://github.com/go-task/task.git
synced 2024-12-14 10:52:43 +02:00
Calling Go directly on Windows
This commit is contained in:
parent
afeefe8259
commit
a149368725
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
|
||||
|
Loading…
Reference in New Issue
Block a user