File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ install:
15
15
build : false
16
16
17
17
test_script :
18
- - cargo build --target %TARGET%
19
- - cargo build --release --target %TARGET%
18
+ - cargo build --target %TARGET% --example intrinsics
19
+ - cargo build --release --target %TARGET% --example intrinsics
20
20
- cargo test --no-default-features --features gen-tests --target %TARGET%
21
21
- cargo test --no-default-features --features "gen-tests c" --target %TARGET%
22
22
- cargo test --no-default-features --features gen-tests --release --target %TARGET%
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ case $1 in
46
46
xargo build --features c --target $1 --example intrinsics
47
47
;;
48
48
* )
49
- cargo build --no-default-features -- features c --target $1 --example intrinsics
49
+ cargo build --features c --target $1 --example intrinsics
50
50
;;
51
51
esac
52
52
You can’t perform that action at this time.
0 commit comments