Skip to content

Commit

Permalink
fix(ci): correct testing for pgp-ffi
Browse files Browse the repository at this point in the history
Former-commit-id: 5942d94
  • Loading branch information
dignifiedquire committed Mar 2, 2019
1 parent 61c81c0 commit 6674760
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -ex
export RUST_TEST_THREADS=1
export RUST_BACKTRACE=1
export RUST_TEST_NOCAPTURE=1
export OPT="--target=$TARGET --all"
export OPT="--target=$TARGET"
export OPT_RELEASE="--release ${OPT}"
export OPT_RELEASE_IGNORED="--release ${OPT} -- --ignored"
export OPT_FFI_RELEASE="--manifest-path=pgp-ffi/Cargo.toml --release"
Expand Down Expand Up @@ -53,7 +53,7 @@ $CARGO_CMD $CARGO_SUBCMD $OPT_RELEASE
$CARGO_CMD $CARGO_SUBCMD $OPT_RELEASE_IGNORED

# Build the ffi lib
$CARGO_CMD build $OPT_FFI_RELEASE
$CARGO_CMD $CARGO_SUBCMD $OPT_FFI_RELEASE

# Run documentation and clippy:
if [[ $CARGO_CMD == "cargo" ]] && [[ $TARGET != *"ios"* ]]; then
Expand Down

0 comments on commit 6674760

Please sign in to comment.