Skip to content

Commit

Permalink
Updates to travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Oct 2, 2020
1 parent f492c6d commit 7bea379
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions contrib/test.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh -ex

FEATURES="rgb lnp daemons keygen tor tokio log url bulletproofs serde lnp,websockets,url,tokio,async"
FEATURES="rgb lnp keygen tor tokio url bulletproofs serde websockets lnp,websockets,url,tokio,async,keygen rgb,lnp,websockets,url,tokio,async,keygen"

if [ "$DO_COV" = true ]
then
Expand All @@ -15,8 +15,8 @@ then
fi

# Check that we can build w/o features
cargo check --verbose --all-targets
cargo check --verbose --no-default-features --all-targets
cargo check --verbose --all-targets --workspace
cargo check --verbose --no-default-features --all-targets --workspace

# Check that we can build with each feature
for feature in ${FEATURES}
Expand All @@ -25,7 +25,7 @@ do
done

# Test all features
cargo test --verbose --all-features --all-targets
cargo test --verbose --all-features --all-targets --workspace

# Fuzz if told to
if [ "$DO_FUZZ" = true ]
Expand Down

0 comments on commit 7bea379

Please sign in to comment.