This commit is contained in:
parent
75f96ddc8c
commit
c432f8e321
2 changed files with 38 additions and 0 deletions
|
|
@ -15,6 +15,8 @@ jobs:
|
|||
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v4
|
||||
with:
|
||||
go-version: '^1.25.1'
|
||||
|
||||
- name: Run tests
|
||||
run: go test -v ./model
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue