Add basic test workflow

This commit is contained in:
Brian Clemens
2021-01-17 19:56:15 +09:00
parent a2ebded35f
commit 57957ed427

21
.github/workflows/test.yml vendored Normal file
View File

@@ -0,0 +1,21 @@
---
name: test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Go
uses: actions/setup-go@v2
- name: Build
run: make all