ci: disallow continue on check failure
Has been hiding issues with the NUR update for a month due to a change in `buildRustPackage`.
This commit is contained in:
		
							
								
								
									
										1
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							| @@ -19,7 +19,6 @@ jobs: | ||||
|       - name: Check ${{ matrix.check }} | ||||
|         # Depends on nixos/nix#7759 to simply `nix flake check` | ||||
|         run: nix run .#checks.$(nix eval --raw --impure --expr "builtins.currentSystem").${{ matrix.check }} | ||||
|         continue-on-error: true | ||||
|  | ||||
|   build-and-update: | ||||
|     strategy: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user