Unverified Commit 95383fd6 authored by William Zhang's avatar William Zhang Committed by GitHub
Browse files

ci: Add missing pytest marker (#5837)

parent 934d03c5
...@@ -12,6 +12,7 @@ pytestmark = [ ...@@ -12,6 +12,7 @@ pytestmark = [
pytest.mark.unit, pytest.mark.unit,
pytest.mark.trtllm, pytest.mark.trtllm,
pytest.mark.pre_merge, pytest.mark.pre_merge,
pytest.mark.gpu_0,
] ]
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment