Skip to content

Commit

Permalink
fix: update cli args in ci tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cl3to authored and rodrigo-ceccato committed Oct 11, 2024
1 parent 50572c8 commit fdee1ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/bench-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ jobs:
python -m pip install ".[dev]"
- name: Basic benchmark test
run: |
spinner -c docs/examples/sleep_benchmark.yaml -r T -e F
spinner -c docs/examples/sleep_benchmark.yaml -r
- name: Timeout test
run: |
spinner -c docs/examples/timeout_test.yaml -r T -e F
spinner -c docs/examples/timeout_test.yaml -r
- name: Capture output test
run: |
spinner -c docs/examples/capture_output.yaml -r T -e T
spinner -c docs/examples/capture_output.yaml -r -e
- name: upload produced graphs
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit fdee1ae

Please sign in to comment.