add github ci tests

To avoid breakages as in: https://github.com/NixOS/hydra/pull/731
This commit is contained in:
Jörg Thalheim 2020-04-09 13:58:08 +01:00
parent d816503814
commit 828f686e83
No known key found for this signature in database
GPG key ID: 003F2096411B5F92

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