Skip to content

Commit

Permalink
chore: perform tests in verbose mode
Browse files Browse the repository at this point in the history
  • Loading branch information
arcadien committed Nov 23, 2023
1 parent 87bf553 commit 5031b9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: pip install --upgrade platformio

- name: Test project in native environment
run: pio test -e native
run: pio test -vv -e native

- name: Build console application
run: pio run -e native
Expand Down

0 comments on commit 5031b9a

Please sign in to comment.