CI: Exclude zlib tests
Signed-off-by: TheLastRar <TheLastRar@users.noreply.github.com>
This commit is contained in:
		
							
								
								
									
										4
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							@@ -223,13 +223,13 @@ jobs:
 | 
			
		||||
      - name: Test
 | 
			
		||||
        if: runner.os != 'Windows'
 | 
			
		||||
        run: |
 | 
			
		||||
          ctest --test-dir build --output-on-failure
 | 
			
		||||
          ctest -E "^example64|example$" --test-dir build --output-on-failure
 | 
			
		||||
 | 
			
		||||
      - name: Test (Windows)
 | 
			
		||||
        if: runner.os == 'Windows'
 | 
			
		||||
        shell: msys2 {0}
 | 
			
		||||
        run: |
 | 
			
		||||
          ctest --test-dir build --output-on-failure
 | 
			
		||||
          ctest -E "^example64|example$" --test-dir build --output-on-failure
 | 
			
		||||
 | 
			
		||||
      ##
 | 
			
		||||
      # CODE SCAN
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user