Skip to content

Commit 3da28da

Browse files
committed
test: go test action
1 parent f32c976 commit 3da28da

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/test.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,10 @@ jobs:
2626

2727
- name: Test on ${{ matrix.os }} with python ${{ matrix.python-version }}
2828
run: uv run --python ${{ matrix.python-version }} --managed-python pytest
29+
30+
- uses: actions/setup-go@v5
31+
with:
32+
go-version: stable
33+
34+
- name: Test Go
35+
run: go test ./...

0 commit comments

Comments
 (0)