Create testing.yaml
This commit is contained in:
10
.gitea/workflows/testing.yaml
Normal file
10
.gitea/workflows/testing.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
name: GoLang Tests
|
||||
run-name: ${{ gitea.actor }} is testing golang Code
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
Run-Go-Test:
|
||||
runs-on: golang-alpine
|
||||
steps:
|
||||
- run: go version
|
||||
- run: go test ./...
|
||||
Reference in New Issue
Block a user