Merge pull request #9 from saolof/patch-1 #55
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: ci | |
on: | |
pull_request: | |
push: | |
jobs: | |
tests: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout repository | |
uses: actions/[email protected] | |
- name: Install Nix | |
uses: cachix/install-nix-action@v16 | |
- name: Build flake | |
run: nix build --print-build-logs | |
- name: Check flake and run tests | |
run: nix flake check --keep-going --print-build-logs |