Skip to content

Commit

Permalink
Try nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuss committed Aug 23, 2024
1 parent b1ea092 commit 381ad34
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@

set -ex

rustup install nightly

cd foo

for run in {1..1000}; do
touch src/main.rs
cargo run
cargo +nightly run
done

0 comments on commit 381ad34

Please sign in to comment.