Skip to content

Commit

Permalink
chore: temporarily disable self-update test
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Mar 17, 2024
1 parent 3354b55 commit 5cb39a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ test-coverage:
mise implode
elif [[ "${TEST_TRANCHE:-}" == 1 ]]; then
echo "::group::Self update"
mise self-update -fy
# TODO: enable this when release-plz is working right
#mise self-update -fy
fi
echo "::group::Render lcov report"
cargo llvm-cov report --lcov --output-path lcov.info

0 comments on commit 5cb39a4

Please sign in to comment.