mirror of
https://github.com/openharmony/third_party_rust_static-assertions-rs.git
synced 2026-07-01 21:54:06 -04:00
6 lines
62 B
Bash
Executable File
6 lines
62 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -e -o pipefail
|
|
|
|
cargo test $FEATURES
|