New CI builder: Mac + OpenSSL + Thread Sanitizer
This commit is contained in:
		
							
								
								
									
										18
									
								
								.github/workflows/ccpp.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										18
									
								
								.github/workflows/ccpp.yml
									
									
									
									
										vendored
									
									
								
							| @@ -12,20 +12,22 @@ jobs: | ||||
|     - name: make test | ||||
|       run: make test | ||||
|  | ||||
|   mac: | ||||
|     runs-on: macOS-latest | ||||
|     steps: | ||||
|     - uses: actions/checkout@v1 | ||||
|     - name: make test | ||||
|       run: make test | ||||
|  | ||||
|   tsan: | ||||
|   mac_tsan: | ||||
|     runs-on: macOS-latest | ||||
|     steps: | ||||
|     - uses: actions/checkout@v1 | ||||
|     - name: make test_tsan | ||||
|       run: make test_tsan | ||||
|  | ||||
|   mac_tsan_openssl: | ||||
|     runs-on: macOS-latest | ||||
|     steps: | ||||
|     - uses: actions/checkout@v1 | ||||
|     - name: install openssl | ||||
|       run: brew install openssl | ||||
|     - name: make test | ||||
|       run: make test_tsan_openssl | ||||
|  | ||||
|   win: | ||||
|     runs-on: windows-latest | ||||
|     steps: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user