mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-15 02:42:38 +00:00
Run EF tests on GitLab (#562)
This commit is contained in:
@@ -31,11 +31,6 @@ pub trait Handler {
|
||||
.join(Self::runner_name())
|
||||
.join(Self::handler_name());
|
||||
|
||||
// If the directory containing the tests does not exist, just let all tests pass.
|
||||
if !handler_path.exists() {
|
||||
return;
|
||||
}
|
||||
|
||||
// Iterate through test suites
|
||||
let test_cases = fs::read_dir(&handler_path)
|
||||
.expect("handler dir exists")
|
||||
|
||||
Reference in New Issue
Block a user