Skip to content

Commit 76b566d

Browse files
committed
cargo build -> cargo check
1 parent 1ca0769 commit 76b566d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ test_svd() {
55
https://raw.githubusercontent.com/posborne/cmsis-svd/python-0.4/data/$1/${2}.svd \
66
> $td/${2}.svd
77
target/$TARGET/release/svd2rust -i $td/${2}.svd > $td/src/lib.rs
8-
cargo build --manifest-path $td/Cargo.toml
8+
cargo check --manifest-path $td/Cargo.toml
99
}
1010

1111
main() {

0 commit comments

Comments
 (0)