mirror of
https://github.com/SphericalKat/medium.rip.git
synced 2024-11-16 11:25:57 +00:00
fix(test): download dependencies before building
Signed-off-by: Sphericalkat <amolele@gmail.com>
This commit is contained in:
parent
21ab9bb40c
commit
a28f01beee
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -31,7 +31,9 @@ jobs:
|
|||||||
go-version: 1.20
|
go-version: 1.20
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: go build .
|
run: |
|
||||||
|
go mod download
|
||||||
|
go build .
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
run: go test ./...
|
run: go test ./...
|
||||||
|
Loading…
Reference in New Issue
Block a user