Skip to content

Commit

Permalink
im not a smart man
Browse files Browse the repository at this point in the history
  • Loading branch information
TheWillard committed May 3, 2024
1 parent 62dd41e commit 4f1adcc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
${{ runner.os }}-lfs-
- name: ls checkout
run: ls tests
run: ls tests/test-data

- uses: dtolnay/rust-toolchain@stable
with:
Expand Down
4 changes: 1 addition & 3 deletions tests/test-data-setup/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ use std::{env, path::Path};
fn main() {
if Path::new("tests/real_virtuality/test-data")
.read_dir()
.expect("read_dir failed")
.next()
.is_some()
.is_ok_and(|mut rd| rd.next().is_some())
{
return;
}
Expand Down

0 comments on commit 4f1adcc

Please sign in to comment.