Skip to content

Commit d1b8faf

Browse files
committed
Remove test-deps
Do not execute test-deps target on PRs, the test is outdated on old branches. Signed-off-by: David Cassany <[email protected]>
1 parent 10b7bd5 commit d1b8faf

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.github/workflows/build_and_test.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
enableCrossOsArchive: true
9999

100100
tests-matrix:
101-
needs:
101+
needs:
102102
- build-disk
103103
runs-on: ubuntu-latest
104104
env:
@@ -115,9 +115,6 @@ jobs:
115115
uses: actions/setup-go@v3
116116
with:
117117
go-version-file: go.mod
118-
- name: Install deps
119-
run: |
120-
make test-deps
121118
- run: |
122119
git fetch --prune --unshallow
123120
- name: Cached Disk

.github/workflows/cli.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ jobs:
2727
args: -v
2828
- name: Build
2929
run: make build-cli
30-
- name: Deps
31-
run: make test-deps
3230
- name: Run tests
3331
run: |
3432
make test-cli

0 commit comments

Comments
 (0)