Update .github/workflows/test.yml

This commit is contained in:
Domen Kožar
2020-09-28 21:08:14 +03:00
committed by GitHub
parent 095a91f55a
commit c89fa3f644
-1
View File
@@ -13,7 +13,6 @@ jobs:
with:
fetch-depth: 0
- uses: cachix/install-nix-action@v11
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)