Skip to content

Merge pull request #159 from samuela/patch-2 #142

Merge pull request #159 from samuela/patch-2

Merge pull request #159 from samuela/patch-2 #142

Workflow file for this run

name: Test
on: [ push, pull_request ]
jobs:
test:
name: 'Test'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.4.2
- uses: cachix/install-nix-action@v17
- uses: cachix/cachix-action@v10
with:
name: guibou
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- name: Build all
run: nix-build all.nix