mirror of
				https://github.com/superseriousbusiness/gotosocial.git
				synced 2025-11-04 08:32:25 -06:00 
			
		
		
		
	
		
			
	
	
		
			7 lines
		
	
	
	
		
			86 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
		
		
			
		
	
	
			7 lines
		
	
	
	
		
			86 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| 
								 | 
							
								#!/bin/sh
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								set -e
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								GTS_DB_TYPE=sqlite \
							 | 
						||
| 
								 | 
							
								GTS_DB_ADDRESS=':memory:' \
							 | 
						||
| 
								 | 
							
								go test ./... ${@}
							 |