ci: fix a typo
							parent
							
								
									2716a37916
								
							
						
					
					
						commit
						03ffe49aa3
					
				|  | @ -42,12 +42,12 @@ jobs: | ||||||
|       run: ./v test-fixed |       run: ./v test-fixed | ||||||
|     - name: Test building v tools |     - name: Test building v tools | ||||||
|       run: ./v build-tools |       run: ./v build-tools | ||||||
|     - name: ./v vet |     - name: v vet | ||||||
|       run: | |       run: | | ||||||
|         v vet vlib/v/parser |         ./v vet vlib/v/parser | ||||||
|         v vet vlib/v/ast |         ./v vet vlib/v/ast | ||||||
|         v vet vlib/v/gen/cgen.v |         ./v vet vlib/v/gen/cgen.v | ||||||
|         v vet vlib/v/checker |         ./v vet vlib/v/checker | ||||||
| #    - name: Test v binaries | #    - name: Test v binaries | ||||||
| #      run: ./v -silent build-vbinaries | #      run: ./v -silent build-vbinaries | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue