Skip to content

Commit 2127fef

Browse files
committed
Test custom error messages in CI
1 parent 3ee36bc commit 2127fef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/script.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ main() {
1010

1111
if [ $TARGET = x86_64-unknown-linux-gnu ]; then
1212
cargo test --target $TARGET
13+
cargo test --features custom-error-messages --target $TARGET
1314

1415
return
1516
fi

0 commit comments

Comments
 (0)