Skip to content

Commit 3102b13

Browse files
committed
travis: build benchmarks as well
1 parent 731f351 commit 3102b13

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ script:
3535
- set -e
3636
- |
3737
# Test and install plain miri
38-
cargo build --release --all-features &&
38+
cargo build --release --all-features --all-targets &&
3939
cargo test --release --all-features &&
4040
cargo install --all-features --force --path .
4141
- |

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ build: false
3737
test_script:
3838
- set RUSTFLAGS=-g
3939
- set RUST_BACKTRACE=1
40-
- cargo build --release
40+
- cargo build --release --all-targets --all-features
4141
- cargo test --release
4242
- set MIRI_SYSROOT=%USERPROFILE%\.xargo\HOST
4343
- cargo test --release

0 commit comments

Comments
 (0)