mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2026-02-11 10:05:41 +00:00
fix: harden failure modes on hotfix test fix
This commit is contained in:
@@ -4,6 +4,7 @@
|
|||||||
# I tried running cargo test with the `--jobs` parameter set to 1 but that didn't
|
# I tried running cargo test with the `--jobs` parameter set to 1 but that didn't
|
||||||
# seem to solve the issue. This scr will run the whole test suite but one test at a time.
|
# seem to solve the issue. This scr will run the whole test suite but one test at a time.
|
||||||
|
|
||||||
|
set -Eeuo pipefail
|
||||||
|
|
||||||
for ut in \
|
for ut in \
|
||||||
api::v1::meta::tests::build_details_works \
|
api::v1::meta::tests::build_details_works \
|
||||||
|
|||||||
Reference in New Issue
Block a user