ci: ad nightly flag to embassy-boot tests
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/rust.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/rust.yml
									
									
									
									
										vendored
									
									
								
							@@ -71,7 +71,7 @@ jobs:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
      - name: Test boot
 | 
					      - name: Test boot
 | 
				
			||||||
        working-directory: ./embassy-boot/boot
 | 
					        working-directory: ./embassy-boot/boot
 | 
				
			||||||
        run: cargo test && cargo test --features "ed25519-dalek" && cargo test --features "ed25519-salty"
 | 
					        run: cargo test --features nightly && cargo test --features "ed25519-dalek,nightly" && cargo test --features "ed25519-salty,nightly"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: Test sync
 | 
					      - name: Test sync
 | 
				
			||||||
        working-directory: ./embassy-sync
 | 
					        working-directory: ./embassy-sync
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user