hishtory/.github/workflows/go-test.yml
2022-04-11 23:22:49 -07:00

20 lines
340 B
YAML

name: Tests
on:
push:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17
- name: Go test
run: make test
- name: Build docker contains
run: make build-api build-static