Skip to content

Commit

Permalink
Skip soft and rigid contacts model tests
Browse files Browse the repository at this point in the history
  • Loading branch information
flferretti committed Feb 28, 2025
1 parent f7258c0 commit e313b6e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/gpu_benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e313b6e

Please sign in to comment.