mirror of
https://github.com/go-task/task.git
synced 2026-02-24 12:10:47 +01:00
chore(ci): remove redundant go mod download step
This commit is contained in:
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
@@ -27,10 +27,5 @@ jobs:
|
||||
- name: Check out code into the Go module directory
|
||||
uses: actions/checkout@v6
|
||||
|
||||
- name: Download Go modules
|
||||
run: go mod download
|
||||
env:
|
||||
GOPROXY: https://proxy.golang.org
|
||||
|
||||
- name: Test
|
||||
run: go run ./cmd/task test
|
||||
|
||||
Reference in New Issue
Block a user