Skip to content

Commit 7702c5f

Browse files
committed
Remove GHA make deps
1 parent 09f7d3f commit 7702c5f

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/build-test.yaml

+1-5
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,8 @@ jobs:
5151
with:
5252
go-version-file: go.mod
5353

54-
- name: Download and required packages
55-
run: |
56-
make deps
57-
5854
- name: Run all unit tests
59-
run: make test
55+
run: make test-unit
6056

6157
- name: check test coverage
6258
uses: vladopajic/go-test-coverage@v2

0 commit comments

Comments
 (0)