Skip to content

Commit

Permalink
ci: remove nix flake check run...
Browse files Browse the repository at this point in the history
...we'll re-introduce specific pure tests later on, but nix flake check
always evaluates packages for all platforms as far as we know, and
that will fail if not all lock files are up to date
  • Loading branch information
phaer committed Jul 11, 2023
1 parent ad71089 commit 519f3a3
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,6 @@ on:

jobs:

tests-pure:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: cachix/install-nix-action@v22
with:
install_url: https://nixos-nix-install-tests.cachix.org/serve/8i0c4nnvddybdq6a684ffybc5p7ziif0/install
install_options: '--tarball-url-prefix https://nixos-nix-install-tests.cachix.org/serve'
extra_nix_config: |
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
max-jobs = 10
- uses: cachix/cachix-action@v12
with:
name: nix-community
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'

- run: |
nix flake check
tests-format:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 519f3a3

Please sign in to comment.