Skip to content

Commit

Permalink
ci: add --verbose to linux test
Browse files Browse the repository at this point in the history
  • Loading branch information
Rosalie241 committed Aug 4, 2024
1 parent c82d029 commit c7a3c57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ jobs:
- name: Test SporeModManager (Linux)
run: |
chmod +x ./artifact/SporeModLoader/SporeModManager/SporeModManager
python3 ./SporeModManager/test.py --network ./artifact/SporeModLoader/SporeModManager/SporeModManager
python3 ./SporeModManager/test.py --network --verbose ./artifact/SporeModLoader/SporeModManager/SporeModManager
test-mingw:
runs-on: windows-2022
needs: [ package-artifacts ]
Expand Down

0 comments on commit c7a3c57

Please sign in to comment.