Skip to content

Commit

Permalink
[linux tests] disable nix flake check
Browse files Browse the repository at this point in the history
  • Loading branch information
kolloch committed Jan 3, 2024
1 parent 3b2d4f7 commit d929d85
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests-nix-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,7 @@ jobs:
name: eigenvalue
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
- run: "./run_tests.sh --no-cargo-build"
- run: "nix flake check"
- run: "nix --version"
# TODO: Reenable with recent nix
# - run: "nix flake check"
- run: "nix run . -- --help"
1 change: 1 addition & 0 deletions .github/workflows/tests-nix-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
name: eigenvalue
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
- run: "./run_tests.sh --no-cargo-build"
- run: "nix --version"
# TODO: update nixpkgs/nix and fix this
# - run: "nix flake check"
- run: "nix run . -- --help"

0 comments on commit d929d85

Please sign in to comment.