Skip to content

Commit

Permalink
speed up CI
Browse files Browse the repository at this point in the history
  • Loading branch information
domenkozar committed Aug 30, 2020
1 parent 8757e70 commit f38fe24
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Expand Up @@ -13,5 +13,7 @@ jobs:
with:
fetch-depth: 0
- uses: cachix/install-nix-action@v10
with:
skip_adding_nixpkgs_channel: true
#- run: nix flake check
- run: nix-build -A checks.$(if [[ `uname` = Linux ]]; then echo x86_64-linux; else echo x86_64-darwin; fi)

0 comments on commit f38fe24

Please sign in to comment.