mirror of
https://github.com/pcvolkmer/idicon.git
synced 2025-04-19 16:46:50 +00:00
Add workflow file for go tests
This commit is contained in:
parent
fc0ef1cc24
commit
be386ece28
17
.github/workflows/go-test.yml
vendored
Normal file
17
.github/workflows/go-test.yml
vendored
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
name: Go test
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches: [ "master" ]
|
||||||
|
pull_request:
|
||||||
|
branches: [ "master" ]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v3
|
||||||
|
- uses: actions/setup-go@v3
|
||||||
|
with:
|
||||||
|
go-version: '1.18'
|
||||||
|
- run: go test
|
Loading…
x
Reference in New Issue
Block a user