mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
Temporarily disable extra test stub since tests are not merged yet
This commit is contained in:
parent
61c0e66d11
commit
0bd40dad7d
1 changed files with 5 additions and 5 deletions
10
ci/script.sh
10
ci/script.sh
|
@ -45,11 +45,11 @@ main() {
|
|||
|
||||
if [ $TRAVIS_RUST_VERSION = nightly ]; then
|
||||
# Tests where required MSRV > 1.36
|
||||
local exs=(
|
||||
)
|
||||
for ex in ${exs[@]}; do
|
||||
cargo check --example $ex --target $T
|
||||
done
|
||||
#local exs=(
|
||||
#)
|
||||
#for ex in ${exs[@]}; do
|
||||
# cargo check --example $ex --target $T
|
||||
#done
|
||||
|
||||
# multi-core compile-pass tests
|
||||
pushd heterogeneous
|
||||
|
|
Loading…
Reference in a new issue