Skip to content

Commit 108ec70

Browse files
committed
disable incr. comp. while testing
1 parent f07c46c commit 108ec70

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ci/script.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ main() {
3838
echo 'cortex-m = "0.4.0"' >> $td/Cargo.toml
3939
echo 'cortex-m-rt = "0.3.0"' >> $td/Cargo.toml
4040
echo 'vcell = "0.1.0"' >> $td/Cargo.toml
41+
echo '[profile.dev]' >> $td/Cargo.toml
42+
echo 'incremental = false' >> $td/Cargo.toml
4143

4244
case $VENDOR in
4345
Atmel)

0 commit comments

Comments
 (0)