Skip to content

Commit

Permalink
Don't use nightly for CI
Browse files Browse the repository at this point in the history
Everything now builds on stable. Hopefully nightly doesn't break
anything (that's what crater's for, right?)
  • Loading branch information
mkj committed Apr 27, 2024
1 parent 0a40879 commit 5e55c0a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions testing/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ export RUSTDOCFLAGS='-D warnings'
# dependencies
which cargo-bloat > /dev/null || cargo install cargo-bloat
if [ -z "$OFFLINE" ]; then
rustup toolchain add nightly
(
cd embassy/demos/picow
rustup target add thumbv6m-none-eabi
Expand All @@ -32,10 +31,6 @@ cargo build
cargo doc
cargo test --doc

# nightly
cargo +nightly build
cargo +nightly test

(
cd async
# only test lib since some examples are broken
Expand Down

0 comments on commit 5e55c0a

Please sign in to comment.