mirror of
https://github.com/zizmorcore/zizmor.git
synced 2025-12-23 08:47:33 +00:00
chore: bump online test runtimes
Signed-off-by: William Woodruff <william@yossarian.net>
This commit is contained in:
parent
147bfabc0f
commit
16c6b3d0ed
1 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@ from bench.common import zizmor
|
|||
|
||||
|
||||
@pytest.mark.skipif("GH_TOKEN" not in os.environ, reason="GH_TOKEN not set")
|
||||
@pytest.mark.benchmark
|
||||
@pytest.mark.benchmark(max_time=20)
|
||||
def test_zizmor_online_gha_hazmat_da3c3cd():
|
||||
"""
|
||||
Runs `zizmor --format=plain --no-exit-codes --no-config woodruffw/gha-hazmat@da3c3cd`
|
||||
|
|
@ -24,7 +24,7 @@ def test_zizmor_online_gha_hazmat_da3c3cd():
|
|||
|
||||
|
||||
@pytest.mark.skipif("GH_TOKEN" not in os.environ, reason="GH_TOKEN not set")
|
||||
@pytest.mark.benchmark
|
||||
@pytest.mark.benchmark(max_time=20)
|
||||
def test_zizmor_online_cpython_48f88310044c():
|
||||
"""
|
||||
Runs `zizmor --format=plain --no-exit-codes --no-config python/cpython@48f88310044c`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue