Use -short flag in release.sh to avoid test deadlock (bd-82dv)
This commit is contained in:
@@ -1 +0,0 @@
|
|||||||
67826
|
|
||||||
@@ -95,7 +95,7 @@ if [ "$DRY_RUN" = true ]; then
|
|||||||
echo "[DRY RUN] Would run: TMPDIR=/tmp go test ./..."
|
echo "[DRY RUN] Would run: TMPDIR=/tmp go test ./..."
|
||||||
echo "[DRY RUN] Would run: golangci-lint run ./..."
|
echo "[DRY RUN] Would run: golangci-lint run ./..."
|
||||||
else
|
else
|
||||||
if ! TMPDIR=/tmp go test ./...; then
|
if ! TMPDIR=/tmp go test -short ./...; then
|
||||||
echo -e "${RED}✗ Tests failed${NC}"
|
echo -e "${RED}✗ Tests failed${NC}"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user