We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d66c055 commit 898cae2Copy full SHA for 898cae2
.github/workflows/ci.yaml
@@ -677,24 +677,6 @@ jobs:
677
cat config.vars
678
VALGRIND=0 uv run eatmydata pytest tests/ ${GLOBAL_PYTEST_OPTS} -n ${PYTEST_PAR} ${PYTEST_OPTS}
679
680
- check-flake:
681
- name: Check Nix Flake
682
- runs-on: ubuntu-22.04
683
- strategy:
684
- fail-fast: true
685
- steps:
686
- - name: Checkout
687
- uses: actions/checkout@v4
688
- with:
689
- submodules: 'recursive'
690
- - name: Check Nix flake inputs
691
- uses: DeterminateSystems/flake-checker-action@v8
692
- - name: Install Nix
693
- uses: cachix/install-nix-action@v31
694
695
- nix_path: nixpkgs=channel:nixos-unstable
696
- - name: Check flake
697
- run: nix flake check
698
699
gather:
700
# A dummy task that depends on the full matrix of tests, and
0 commit comments