Skip to content

Commit e20373c

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

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/build-test.yaml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,18 +45,16 @@ jobs:
4545
runs-on: ubuntu-latest
4646
steps:
4747
- name: Checkout code
48-
uses: actions/checkout@v4 # v3.5.3
48+
uses: actions/checkout@v4.2.2
49+
with:
50+
fetch-tags: 'true'
4951
- name: Setup Go
5052
uses: actions/setup-go@v5
5153
with:
5254
go-version-file: go.mod
5355

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

6159
- name: check test coverage
6260
uses: vladopajic/go-test-coverage@v2

0 commit comments

Comments
 (0)