tests: Use correct test compilation command
This commit is contained in:
		@ -72,7 +72,7 @@ build_rstests = custom_target(
 | 
				
			|||||||
    output: ['src'],
 | 
					    output: ['src'],
 | 
				
			||||||
    install: false,
 | 
					    install: false,
 | 
				
			||||||
    console: true,
 | 
					    console: true,
 | 
				
			||||||
    command: [cargo_script, '', 'build', '--tests'],
 | 
					    command: [cargo_script, '', 'test', '--no-run'],
 | 
				
			||||||
    depends: rslibs, # no point building tests if the code itself fails
 | 
					    depends: rslibs, # no point building tests if the code itself fails
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user