Added symbol tests (#15)
This commit is contained in:
15
.github/workflows/test.yaml
vendored
Normal file
15
.github/workflows/test.yaml
vendored
Normal 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
|
||||
Reference in New Issue
Block a user