Skip to content

Commit

Permalink
using nightly cargo in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lemunozm committed May 28, 2024
1 parent 55bfab5 commit 75ae4a4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ci/run-check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ case $TARGET in
;;

lint-fmt)
cargo fmt -- --check
# We need the `+nightly` as long as the used toolchain is the stable version
# in order to allow using the formatter unstable options
cargo +nightly fmt -- --check
;;

lint-taplo)
Expand Down

0 comments on commit 75ae4a4

Please sign in to comment.