We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ee36bc commit 2127fefCopy full SHA for 2127fef
ci/script.sh
@@ -10,6 +10,7 @@ main() {
10
11
if [ $TARGET = x86_64-unknown-linux-gnu ]; then
12
cargo test --target $TARGET
13
+ cargo test --features custom-error-messages --target $TARGET
14
15
return
16
fi
0 commit comments