Skip to content

Commit c14d355

Browse files
committed
Update cargo lock and cfg out a test that does not run, hence not panic, on windows
1 parent 5d8da27 commit c14d355

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Cargo.lock

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

site/src/job_queue.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -391,6 +391,7 @@ mod tests {
391391
}
392392

393393
/// Parent SHA missing entirely -> child is ready
394+
#[cfg(unix)] // test will not panic on windows and would be skipped entirely
394395
#[tokio::test]
395396
#[should_panic(expected = "No commit is ready for benchmarking")]
396397
async fn get_next_benchmark_request_missing_parent() {

0 commit comments

Comments
 (0)