mirror of
https://github.com/go-task/task.git
synced 2024-12-12 10:45:49 +02:00
Skip linting for now
This commit is contained in:
parent
fe6978b107
commit
fdff7f80a3
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
@ -18,7 +18,7 @@ jobs:
|
||||
run: go build -o ./bin/task -v ./cmd/task
|
||||
|
||||
- name: Test
|
||||
run: ./bin/task ci
|
||||
run: ./bin/task test
|
||||
|
||||
windows:
|
||||
name: Windows
|
||||
@ -37,7 +37,7 @@ jobs:
|
||||
run: go build -o ./bin/task -v ./cmd/task
|
||||
|
||||
- name: Test
|
||||
run: ./bin/task ci
|
||||
run: ./bin/task test
|
||||
|
||||
macos:
|
||||
name: MacOS
|
||||
@ -56,4 +56,4 @@ jobs:
|
||||
run: go build -o ./bin/task -v ./cmd/task
|
||||
|
||||
- name: Test
|
||||
run: ./bin/task ci
|
||||
run: ./bin/task test
|
||||
|
Loading…
Reference in New Issue
Block a user