Skip to content

Commit

Permalink
Speed up tests (#478)
Browse files Browse the repository at this point in the history
  • Loading branch information
JosepSampe authored Jun 10, 2024
1 parent 52d7e9e commit d9fddc7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ jobs:
PIP_FLAGS: ${{ matrix.PIP_FLAGS }}

- name: Run tests
env:
COVERAGE_CORE: sysmon
run: |
if [ "$RUNNER_OS" == "Windows" ]; then
pytest -v
Expand Down
1 change: 1 addition & 0 deletions cubed/tests/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"backend": "localhost",
"storage": "localhost",
"monitoring_interval": 0.1,
"include_modules": None
},
"localhost": {"version": 1},
}
Expand Down

0 comments on commit d9fddc7

Please sign in to comment.