Merge pull request #735 from Mic92/github-workflow

add github ci tests
This commit is contained in:
Eelco Dolstra 2020-04-09 16:06:34 +02:00 committed by GitHub
commit fe1c21091f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

14
.github/workflows/test.yml vendored Normal file
View file

@ -0,0 +1,14 @@
name: "Test"
on:
pull_request:
push:
jobs:
tests:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: cachix/install-nix-action@v8
#- run: nix flake check
- run: nix-build -A checks.x86_64-linux