mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-16 21:05:35 +01:00
fix ci
This commit is contained in:
parent
948e1fd0fb
commit
e90cf07dd6
3 changed files with 2 additions and 4 deletions
|
|
@ -3,12 +3,12 @@ set -euxo pipefail
|
|||
main() {
|
||||
if [ $TARGET = x86_64-unknown-linux-gnu ]; then
|
||||
cargo build
|
||||
cargo test --tests
|
||||
cargo test --test cfail
|
||||
return
|
||||
fi
|
||||
|
||||
xargo build --target $TARGET
|
||||
xargo test --target $TARGET --examples
|
||||
xargo check --target $TARGET --examples
|
||||
}
|
||||
|
||||
main
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue