UPD github workflow to include test-raw-ptr
This commit is contained in:
		
							
								
								
									
										6
									
								
								.github/workflows/build-test.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/build-test.yml
									
									
									
									
										vendored
									
									
								
							| @@ -14,7 +14,11 @@ jobs: | ||||
|       matrix: | ||||
|         target: [DISCO_H747I] | ||||
|         profile: [develop, debug, release] | ||||
|         tests: [tests-simple-test-always-succeed, tests-simple-test-ptr-test] | ||||
|         tests: [ | ||||
|           tests-simple-test-always-succeed, | ||||
|           tests-simple-test-ptr-test, | ||||
|           tests-simple-test-raw-ptr | ||||
|         ] | ||||
|  | ||||
|  | ||||
|     steps: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user