diff --git a/testing/ci.sh b/testing/ci.sh
index 75d040f6f0e8293fd26c7af8262662a84911ca50..ae8c82d747bf23376265be9188563d602175ff5b 100755
--- a/testing/ci.sh
+++ b/testing/ci.sh
@@ -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
@@ -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