Skip to content

Commit ea60010

Browse files
committed
Enable multiple test configurations based on database features on CI
Signed-off-by: Victor Porof <[email protected]>
1 parent 6077008 commit ea60010

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

+3
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,8 @@ script:
4141
- cargo build --verbose
4242
- export RUST_BACKTRACE=1
4343
- cargo test --all --verbose
44+
- cargo test --lib --no-default-features --verbose
45+
- cargo test --lib --no-default-features --features "db-dup-sort" --verbose
46+
- cargo test --lib --no-default-features --features "db-int-key" --verbose
4447
- cargo test --release --all --verbose
4548
- ./run-all-examples.sh

0 commit comments

Comments
 (0)