From 0dc68a8a088a4acee080a309049ff82977f7ec66 Mon Sep 17 00:00:00 2001 From: leo Date: Wed, 27 Nov 2024 11:48:29 +0000 Subject: [PATCH] feat: temp --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ecfe5b6b2..baeacbbef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,17 +27,17 @@ jobs: - uses: actions/checkout@v4 - run: nix --version - name: Format - run: nix --accept-flake-config fmt -- --fail-on-change + run: nix fmt -- --fail-on-change - name: Prevent blst - run: nix --accept-flake-config develop -j auto --command sh -c '[ -z "$(cargo tree | grep blst)" ]' + run: nix develop -j auto --command sh -c '[ -z "$(cargo tree | grep blst)" ]' - name: Build run: nix --accept-flake-config --log-format raw -L build -j auto .#{all,js_jstz} - name: Flake check - run: nix --accept-flake-config --log-format raw --log-lines 70 -L flake check -j auto + run: nix --log-format raw --log-lines 70 -L flake check -j auto # Coverage is part of nix flake check, but we want to upload it to Codecov # So we run it again (it's cached) and upload the result - name: Coverage - run: nix --accept-flake-config --log-format raw -L build .#checks.x86_64-linux.cargo-llvm-cov + run: nix --log-format raw -L build .#checks.x86_64-linux.cargo-llvm-cov - name: Upload coverage to Codecov uses: codecov/codecov-action@v4.2.0 with: