Skip to content

Commit

Permalink
wat
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Nov 13, 2024
1 parent df4ad0e commit 0092727
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
with:
enable-cache: true

- run: uv run --group tests pytest -vv
- run: uv run --group tests pytest -vv -x --randomly-dont-reorganize
env:
NUMBA_CAPTURED_ERRORS: new_style

Expand Down
2 changes: 1 addition & 1 deletion nix/tests.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ final: prev: {

checkPhase = ''
runHook preCheck
pytest -vv
pytest -vv -x --randomly-dont-reorganize
runHook postCheck
'';

Expand Down

0 comments on commit 0092727

Please sign in to comment.