mirror of
				https://github.com/isar/rusqlite.git
				synced 2025-10-31 05:48:56 +08:00 
			
		
		
		
	Use stable rust for doc checking in CI
This commit is contained in:
		
							
								
								
									
										9
									
								
								.github/workflows/main.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										9
									
								
								.github/workflows/main.yml
									
									
									
									
										vendored
									
									
								
							| @@ -184,11 +184,10 @@ jobs: | ||||
|     steps: | ||||
|       - uses: actions/checkout@v2 | ||||
|       - uses: hecrj/setup-rust-action@v1 | ||||
|         with: | ||||
|           rust-version: nightly | ||||
|       # Need to use `cargo rustdoc` to actually get it to respect -D | ||||
|       # warnings... Note: this also requires nightly. | ||||
|       - run: cargo rustdoc --features 'bundled-full session buildtime_bindgen' -- -D warnings | ||||
|       - uses: Swatinem/rust-cache@v1 | ||||
|         with: { sharedKey: fullTests } | ||||
|       - run: cargo doc --features 'bundled-full session buildtime_bindgen' --no-deps | ||||
|         env: { RUSTDOCFLAGS: -Dwarnings } | ||||
|  | ||||
|   codecov: | ||||
|     name: Generate code coverage | ||||
|   | ||||
		Reference in New Issue
	
	Block a user