Skip to content

Commit

Permalink
Also test in release mode on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
malu committed Jul 23, 2018
1 parent 8f48995 commit 5576584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ main() {
fi

RUSTFLAGS="-C target-feature=$FEATURES" cross test --target $TARGET
RUSTFLAGS="-C target-feature=$FEATURES" cross test --target $TARGET
RUSTFLAGS="-C target-feature=$FEATURES" cross test --target $TARGET --release

# cross run --target $TARGET
# cross run --target $TARGET --release
Expand Down

0 comments on commit 5576584

Please sign in to comment.