1
0

Added symbol tests (#15)

This commit is contained in:
Patrick Gaskin
2020-05-07 17:37:13 -04:00
parent f860801a38
commit 4be17f085f
4 changed files with 318 additions and 0 deletions

15
.github/workflows/test.yaml vendored Normal file
View File

@@ -0,0 +1,15 @@
name: Test
on: [push, pull_request]
jobs:
build:
name: NickelMenu / Symbols
runs-on: ubuntu-latest
container: docker.io/golang:1.14
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Build
run: cd test/syms && go build -o ../../test.syms .
- name: Run
run: cd src && ../test.syms