mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-23 19:25:25 +03:00
13 lines
305 B
Diff
13 lines
305 B
Diff
--- a/test.sh
|
|
+++ b/test.sh.orig
|
|
@@ -1,8 +1,7 @@
|
|
-#!/bin/bash
|
|
+#!/bin/sh
|
|
set -e
|
|
|
|
GOMAXPROCS=1 go test -timeout 90s $(go list ./... | grep -v /vendor/)
|
|
-GOMAXPROCS=4 go test -timeout 90s -race $(go list ./... | grep -v /vendor/)
|
|
|
|
# no tests, but a build is something
|
|
for dir in apps/*/ bench/*/; do
|
|
|