mirror of
https://github.com/pezkuwichain/bizinikiwi-bn.git
synced 2026-04-22 03:17:57 +00:00
b1611b623e
I think `cargo test` alone might leak std features?
7 lines
134 B
YAML
7 lines
134 B
YAML
language: rust
|
|
|
|
script:
|
|
- cargo test --release
|
|
- cargo test --release --no-default-features
|
|
- cargo check --no-default-features
|