Skip to content

Commit 90fa3ec

Browse files
author
Paolo Tranquilli
committed
Rust: test running windows flaky test multiple times
1 parent 647515b commit 90fa3ec

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
1+
import runs_on
2+
import pytest
3+
4+
@runs_on.posix
15
def test_cargo(codeql, rust, cargo, check_source_archive):
26
codeql.database.create()
37

8+
@runs_on.windows
9+
@pytest.mark.parametrize("_", range(25))
10+
def test_cargo_debug(codeql, rust, cargo, check_source_archive, _):
11+
codeql.database.create()
12+
413
def test_rust_project(codeql, rust, rust_project, check_source_archive):
514
codeql.database.create()

0 commit comments

Comments
 (0)