Skip to content

Commit ded0daf

Browse files
committed
github: run tests verbosely
1 parent 6cff605 commit ded0daf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,4 @@ jobs:
6666
uses: ./.github/actions/setup-git-lfs
6767

6868
- name: Run pytest
69-
run: poetry run pytest
69+
run: poetry run pytest -vvv

default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ self // {
111111
112112
# romfs sample file contains some funky symlinks which get
113113
# removed when source is copyed to the nix store.
114-
pytest -k "not test_all_handlers[filesystem.romfs]" --no-cov
114+
pytest -vvv -k "not test_all_handlers[filesystem.romfs]" --no-cov
115115
)
116116
'';
117117
});

0 commit comments

Comments
 (0)