From e313b6ecab7a67c3ab6cbcc687a5ef1e8cf6e9e1 Mon Sep 17 00:00:00 2001 From: Filippo Luca Ferretti Date: Fri, 28 Feb 2025 14:54:32 +0100 Subject: [PATCH] Skip soft and rigid contacts model tests --- .github/workflows/gpu_benchmark.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/gpu_benchmark.yml b/.github/workflows/gpu_benchmark.yml index 84675dae3..7f1ae3663 100644 --- a/.github/workflows/gpu_benchmark.yml +++ b/.github/workflows/gpu_benchmark.yml @@ -37,7 +37,8 @@ jobs: uses: actions/checkout@v4 - name: Run benchmark and store result - run: pytest tests/test_benchmark.py --benchmark-only --benchmark-json output.json + run: | + pytest tests/test_benchmark.py -k 'not test_rigid_contact_model and not test_soft_contact_model' --benchmark-only --benchmark-json output.json - name: Download previous benchmark data uses: actions/cache@v4