Update .github/workflows/test.yml

This commit is contained in:
Domen Kožar 2020-09-28 21:08:24 +03:00 committed by GitHub
parent c89fa3f644
commit f1428484be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,6 +13,5 @@ jobs:
with:
fetch-depth: 0
- uses: cachix/install-nix-action@v11
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)