Skip to content

Commit f85a02c

Browse files
CI: Build with build flags
1 parent a4be28e commit f85a02c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
command: cargo test
4141
- run:
4242
name: Build with flags (Rust)
43-
command: cargo build
43+
command: cargo build --features msgpack-debugging
4444
- run:
4545
name: Audit (Rust)
4646
command: cargo generate-lockfile && cargo audit --ignore RUSTSEC-2019-0006

0 commit comments

Comments
 (0)