Create tests.yml
This commit is contained in:
		
							parent
							
								
									f0b0dd7929
								
							
						
					
					
						commit
						d303a5cd5c
					
				
					 1 changed files with 27 additions and 0 deletions
				
			
		
							
								
								
									
										27
									
								
								.github/workflows/tests.yml
									
										
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										27
									
								
								.github/workflows/tests.yml
									
										
									
									
										vendored
									
									
										Normal file
									
								
							|  | @ -0,0 +1,27 @@ | |||
| name: Run tests | ||||
| 
 | ||||
| on: | ||||
|   push: | ||||
|     branches: | ||||
|       - next | ||||
|   workflow_dispatch: | ||||
| 
 | ||||
| jobs: | ||||
|   tests: | ||||
|     runs-on: ubuntu-latest | ||||
|     strategy: | ||||
|       matrix: | ||||
|         version: [3.10, 3.11, 3.12] | ||||
|     steps: | ||||
|       - name: Checkout | ||||
|         uses: actions/checkout@v4 | ||||
|       - name: Setup Python | ||||
|         uses: actions/setup-python@v4 | ||||
|         with: | ||||
|           python-version: "${{ matrix.version }}" | ||||
|       - name: Install dependencies | ||||
|         run: | | ||||
|           pip install --upgrade pip setuptools wheel | ||||
|           # install actual deps and dev deps from pyproject.toml | ||||
|       - name: Run tests | ||||
|         run: make test | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Ricardo Band
						Ricardo Band