Files
Gokapi/.github/workflows/test-code.yml
Workflow config file is invalid. Please check your config file: yaml: line 13: mapping values are not allowed in this context
Marc Ole Bulling ec17c9f732 Added unit test
2021-04-13 20:54:25 +02:00

16 lines
281 B
YAML

name: Compile and run unit tests
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout code
uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '^1.16.0'
- run: go test