mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Rust: test running windows flaky test multiple times
This commit is contained in:
@@ -1,5 +1,14 @@
|
||||
import runs_on
|
||||
import pytest
|
||||
|
||||
@runs_on.posix
|
||||
def test_cargo(codeql, rust, cargo, check_source_archive):
|
||||
codeql.database.create()
|
||||
|
||||
@runs_on.windows
|
||||
@pytest.mark.parametrize("_", range(25))
|
||||
def test_cargo_debug(codeql, rust, cargo, check_source_archive, _):
|
||||
codeql.database.create()
|
||||
|
||||
def test_rust_project(codeql, rust, rust_project, check_source_archive):
|
||||
codeql.database.create()
|
||||
|
||||
Reference in New Issue
Block a user