tools: travis: also run the hunit unit tests by default
Run at least some unit tests by default again. The hunit tests are fast and we can run them without any rebuilding.
This commit is contained in:
		
							parent
							
								
									1755f71202
								
							
						
					
					
						commit
						9650e88cc5
					
				| @ -116,6 +116,10 @@ script:  # command output is not hidden | |||||||
|   - stack build --ghc-options=-Werror hledger-web |   - stack build --ghc-options=-Werror hledger-web | ||||||
|   - stack build --ghc-options=-Werror hledger-api |   - stack build --ghc-options=-Werror hledger-api | ||||||
| 
 | 
 | ||||||
|  |   # run the built-in hunit tests. This doesn't run the doctests,  | ||||||
|  |   # but doesn't require rebuilding and is fast | ||||||
|  |   - stack exec -- hledger test | ||||||
|  | 
 | ||||||
|   # run functional tests, skipping the ones for addons |   # run functional tests, skipping the ones for addons | ||||||
|   - COLUMNS=80 stack exec -- shelltest --execdir -j16 tests -x /bin -x /addons |   - COLUMNS=80 stack exec -- shelltest --execdir -j16 tests -x /bin -x /addons | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user