fix: test
This commit is contained in:
		
							parent
							
								
									ad40173236
								
							
						
					
					
						commit
						b9438d438d
					
				
							
								
								
									
										8
									
								
								.github/workflows/test.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										8
									
								
								.github/workflows/test.yml
									
									
									
									
										vendored
									
									
								
							@ -25,14 +25,6 @@ jobs:
 | 
			
		||||
      - name: Setup Go Environment
 | 
			
		||||
        uses: actions/setup-go@master
 | 
			
		||||
 | 
			
		||||
      - name: Cache Downloaded Modules
 | 
			
		||||
        uses: actions/cache@master
 | 
			
		||||
        with:
 | 
			
		||||
          path: |
 | 
			
		||||
            ~/.cache/go-build
 | 
			
		||||
            ~/go/pkg/mod
 | 
			
		||||
          key: ${{ runner.os }}-go-${{ matrix.goos }}-${{ matrix.goarch }}-${{ hashFiles('**/go.sum') }}
 | 
			
		||||
 | 
			
		||||
      - name: Test Build
 | 
			
		||||
        env:
 | 
			
		||||
          NDK_HOME: ${{ steps.setup-ndk.outputs.ndk-path }}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user