Skip to content

Commit

Permalink
add test actions
Browse files Browse the repository at this point in the history
  • Loading branch information
CMGS committed Jun 9, 2020
1 parent 2134395 commit 95e97fd
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/test.yml
@@ -0,0 +1,13 @@
name: test

on: [push, pull_request]

jobs:
build:
runs-on: ubuntu-latest
container: projecteru2/footstone:latest

steps:
- uses: actions/checkout@v2
- name: unit tests
run: make test

0 comments on commit 95e97fd

Please sign in to comment.