mirror of
				https://github.com/superseriousbusiness/gotosocial.git
				synced 2025-11-03 22:32:25 -06:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
		
			No EOL
		
	
	
		
			130 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			No EOL
		
	
	
		
			130 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
#!/bin/sh
 | 
						|
set -e
 | 
						|
go test -v -tags=structr_32bit_hash .
 | 
						|
go test -v -tags=structr_48bit_hash .
 | 
						|
go test -v -tags=structr_64bit_hash . |