Skip to content

Trying to get it runnable again #66

Trying to get it runnable again

Trying to get it runnable again #66

Workflow file for this run

name: Tests
on:
- push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: run
uses: cedrickring/golang-action@1.6.0
with:
args: ./bin/test
canbuild:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: run
uses: cedrickring/golang-action@1.6.0
with:
args: make