Skip to content

Commit

Permalink
test(self-update): try to enable self update test
Browse files Browse the repository at this point in the history
Related to #2010
  • Loading branch information
jdx committed May 1, 2024
1 parent d6f7f22 commit 778e90a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .mise/tasks/test/coverage
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ if [[ "${TEST_TRANCHE:-}" == 0 ]]; then
mise implode
elif [[ "${TEST_TRANCHE:-}" == 1 ]]; then
echo "::group::Self update"
# TODO: enable this when release-plz is working right
#mise self-update -fy
mise self-update -fy
fi
echo "::group::Render lcov report"
cargo llvm-cov report --lcov --output-path lcov.info

0 comments on commit 778e90a

Please sign in to comment.