mirror of
https://github.com/go-task/task.git
synced 2025-03-17 21:08:01 +02:00
Fix binary calling on Windows
This commit is contained in:
parent
fdff7f80a3
commit
3d56ea5ce5
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -37,7 +37,7 @@ jobs:
|
|||||||
run: go build -o ./bin/task -v ./cmd/task
|
run: go build -o ./bin/task -v ./cmd/task
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
run: ./bin/task test
|
run: bin/task test
|
||||||
|
|
||||||
macos:
|
macos:
|
||||||
name: MacOS
|
name: MacOS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user