parent
f946ef9aa7
commit
f636603fd2
18
.gitea/workflows/test.yml
Normal file
18
.gitea/workflows/test.yml
Normal file
@ -0,0 +1,18 @@
|
||||
name: Go
|
||||
|
||||
on:
|
||||
push:
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version-file: go.mod
|
||||
|
||||
- name: Test
|
||||
run: go test mal-go...
|
||||
Loading…
x
Reference in New Issue
Block a user