diff --git a/.github/workflows/check-and-test.yaml b/.github/workflows/check-and-test.yaml index 0951dc5..0a07579 100644 --- a/.github/workflows/check-and-test.yaml +++ b/.github/workflows/check-and-test.yaml @@ -21,10 +21,8 @@ jobs: - name: Check health of flake.lock uses: DeterminateSystems/flake-checker-action@main - # TODO: re-enable fail mode when we find a way to bump Nixpkgs to 24.05 - # without breaking the static Rust build - #with: - # fail-mode: true + with: + fail-mode: true - name: Check Rust formatting run: nix develop --command cargo fmt --check