mirror of
				https://github.com/Swatinem/rust-cache
				synced 2025-11-03 22:19:10 +00:00 
			
		
		
		
	test sparse registry
This commit is contained in:
		
							parent
							
								
									875be5ce2d
								
							
						
					
					
						commit
						911d8e9e55
					
				
					 2 changed files with 33 additions and 2 deletions
				
			
		
							
								
								
									
										33
									
								
								.github/workflows/sparse-registry.yml
									
										
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										33
									
								
								.github/workflows/sparse-registry.yml
									
										
									
									
										vendored
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,33 @@
 | 
			
		|||
name: sparse-registry
 | 
			
		||||
 | 
			
		||||
on: [push, pull_request]
 | 
			
		||||
 | 
			
		||||
jobs:
 | 
			
		||||
  sparse-registry:
 | 
			
		||||
    strategy:
 | 
			
		||||
      fail-fast: false
 | 
			
		||||
      matrix:
 | 
			
		||||
        os: [ubuntu-latest, macos-latest, windows-latest]
 | 
			
		||||
 | 
			
		||||
    name: Test `cargo check/test` with sparse registry on ${{ matrix.os }}
 | 
			
		||||
    runs-on: ${{ matrix.os }}
 | 
			
		||||
 | 
			
		||||
    env:
 | 
			
		||||
      CARGO_TERM_COLOR: always
 | 
			
		||||
      CARGO_UNSTABLE_SPARSE_REGISTRY: true
 | 
			
		||||
 | 
			
		||||
    steps:
 | 
			
		||||
      - uses: actions/checkout@v2
 | 
			
		||||
 | 
			
		||||
      - run: |
 | 
			
		||||
          rustup toolchain install nightly --profile minimal
 | 
			
		||||
          rustup default nightly
 | 
			
		||||
 | 
			
		||||
      - uses: ./
 | 
			
		||||
        with:
 | 
			
		||||
          workspaces: tests
 | 
			
		||||
 | 
			
		||||
      - run: |
 | 
			
		||||
          cargo check
 | 
			
		||||
          cargo test
 | 
			
		||||
        working-directory: tests
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue