1
0
mirror of https://github.com/go-task/task.git synced 2025-08-10 22:42:19 +02:00

Do we need to use backslash here?

This commit is contained in:
Andrey Nering
2019-08-15 22:42:06 -03:00
parent 3d56ea5ce5
commit 690d3c27a2

View File

@@ -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