Skip to content

Commit 4ba62ec

Browse files
committed
test ci simple 3-matrix #3
Signed-off-by: ajitirto <ajiwoke@gmail.com>
1 parent 20d254c commit 4ba62ec

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/3-matrix.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ jobs:
2424
with:
2525
go-version: '1.22'
2626

27+
- name: Install dependencies
28+
run: go get .
29+
2730
- name: Test with Go
2831
run: go test -json > TestResults-${{ matrix.go-version }}.json
2932

0 commit comments

Comments
 (0)