Skip to content

Commit

Permalink
CI: Generate plots on test runs
Browse files Browse the repository at this point in the history
  • Loading branch information
mferrera committed Dec 11, 2023
1 parent 1e4cb36 commit 56d76c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
uses: "./.github/actions/setup_testdata"

- name: Run tests
run: pytest -n 4 tests --disable-warnings
run: pytest -n 4 tests --disable-warnings --generate-plots

hypothesis:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
run: pip freeze

- name: Run tests
run: pytest -n 4 tests --disable-warnings
run: pytest -n 4 tests --disable-warnings --generate-plots

big:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 56d76c3

Please sign in to comment.