mirror of
				https://github.com/oneclickvirt/backtrace.git
				synced 2025-11-04 07:42:37 +08:00 
			
		
		
		
	update
This commit is contained in:
		
							parent
							
								
									d741b54154
								
							
						
					
					
						commit
						2d1f837177
					
				
							
								
								
									
										5
									
								
								.github/workflows/main.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										5
									
								
								.github/workflows/main.yaml
									
									
									
									
										vendored
									
									
								
							@ -23,6 +23,7 @@ jobs:
 | 
			
		||||
      
 | 
			
		||||
    - name: Build and Test on Default Platform
 | 
			
		||||
      run: |
 | 
			
		||||
        cd ${{ github.workspace }}
 | 
			
		||||
        go build -v ./...
 | 
			
		||||
        go test -v ./...
 | 
			
		||||
 | 
			
		||||
@ -97,6 +98,8 @@ jobs:
 | 
			
		||||
    steps:
 | 
			
		||||
      - name: Checkout code
 | 
			
		||||
        uses: actions/checkout@v3
 | 
			
		||||
      
 | 
			
		||||
      - name: Release Go Binary
 | 
			
		||||
        run: |
 | 
			
		||||
          go build -o backtrace-${{ matrix.goos }}-${{ matrix.goarch }} -v ./...
 | 
			
		||||
          cd ${{ github.workspace }}
 | 
			
		||||
          go build -o backtrace-${{ matrix.goos }}-${{ matrix.goarch }} -v ./...
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user