Run tests in the CI
This commit is contained in:
		
							parent
							
								
									68cae44750
								
							
						
					
					
						commit
						3dbf269cdd
					
				
					 2 changed files with 5 additions and 0 deletions
				
			
		
							
								
								
									
										4
									
								
								.github/workflows/checks.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/checks.yml
									
										
									
									
										vendored
									
									
								
							|  | @ -28,3 +28,7 @@ jobs: | |||
|     - name: Run MyPy | ||||
|       run: | | ||||
|         python -m mypy --install-types --non-interactive . | ||||
| 
 | ||||
|     - name: Run PyTest | ||||
|       run: | | ||||
|         python -m pytest | ||||
|  |  | |||
							
								
								
									
										1
									
								
								.github/workflows/requirements.txt
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.github/workflows/requirements.txt
									
										
									
									
										vendored
									
									
								
							|  | @ -2,3 +2,4 @@ requests ~= 2.28.0 | |||
| graphviz ~= 0.20.1 | ||||
| dataclasses-json ~= 0.6.2 | ||||
| mypy ~= 1.7.0 | ||||
| pytest ~= 7.4.3 | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue