add tests and fix job impl
This commit is contained in:
		
							
								
								
									
										10
									
								
								scripts/test.sh
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										10
									
								
								scripts/test.sh
									
									
									
									
									
										Executable file
									
								
							@@ -0,0 +1,10 @@
 | 
			
		||||
#!/bin/bash
 | 
			
		||||
set -e
 | 
			
		||||
 | 
			
		||||
SCRIPT_DIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
 | 
			
		||||
RUNNER_DIR=$(cd "$SCRIPT_DIR/.." && pwd)
 | 
			
		||||
 | 
			
		||||
pushd "$RUNNER_DIR"
 | 
			
		||||
cargo check --all
 | 
			
		||||
cargo test --all
 | 
			
		||||
popd
 | 
			
		||||
		Reference in New Issue
	
	Block a user