mirror of
https://github.com/PrivateCaptcha/PrivateCaptcha.git
synced 2026-02-09 23:38:42 -06:00
Fix typo
This commit is contained in:
@@ -25,6 +25,7 @@ mkdir -p "$COVERAGE_DIR"
|
||||
for f in `ls $TESTS_DIR/`; do
|
||||
echo "Running $f..."
|
||||
./$TESTS_DIR/$f -test.v -test.parallel 1 -test.coverprofile="$COVERAGE_DIR/$f.cov" # -test.run "^TestUniqueJob"
|
||||
done
|
||||
|
||||
echo "Success"
|
||||
# env GOFLAGS="-mod=vendor" CGO_ENABLED=0 go test -p 1 -v ./... -run "^TestLock"
|
||||
|
||||
Reference in New Issue
Block a user