mirror of
				https://gitlab.alpinelinux.org/alpine/aports.git
				synced 2025-11-04 02:11:39 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			286 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			286 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
--- a/test.sh
 | 
						|
+++ b/test.sh.orig
 | 
						|
@@ -1,7 +1,7 @@
 | 
						|
 #!/bin/sh
 | 
						|
 set -e
 | 
						|
 
 | 
						|
-GOMAXPROCS=1 go test -timeout 90s ./...
 | 
						|
+GOMAXPROCS=4 go test -timeout 90s ./...
 | 
						|
 
 | 
						|
 if [ "$GOARCH" = "amd64" ] || [ "$GOARCH" = "arm64" ]; then
 | 
						|
     # go test: -race is only supported on linux/amd64, linux/ppc64le,
 |