Skip to content

Commit f74406c

Browse files
committed
Skip perf test for CI
Signed-off-by: Rashid Kaleem <230885705+arekay-nv@users.noreply.github.com>
1 parent b387529 commit f74406c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
3030
- name: Run tests
3131
run: |
32-
pytest -xv -m "not slow" --cov=src --cov-report=xml --cov-report=html
32+
pytest -xv -m "not slow and not performance" --cov=src --cov-report=xml --cov-report=html
3333
3434
- name: Upload coverage to Codecov
3535
uses: codecov/codecov-action@v3

0 commit comments

Comments
 (0)