Skip to content

Commit

Permalink
Add --verbose flag to action to debug Windows fail
Browse files Browse the repository at this point in the history
  • Loading branch information
PMunch committed Sep 19, 2023
1 parent faa8534 commit 77aaacd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ jobs:
- name: Install Packages
run: nimble install -d -y
- name: Test
run: nimble test
run: nimble test --verbose

0 comments on commit 77aaacd

Please sign in to comment.