Skip to content

Commit

Permalink
verbose output
Browse files Browse the repository at this point in the history
  • Loading branch information
mukilan committed Nov 3, 2023
1 parent da93660 commit 1e653b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
# - name: Tidy
# run: python3 ./mach test-tidy --no-progress --all
- name: Release build (${{ inputs.production && 'without' || 'with' }} debug assertions)
run: python3 ./mach build --android ${cargo_profile_option}
run: python3 ./mach build --very-verbose --android ${cargo_profile_option}
- name: Smoketest
run: xvfb-run python3 ./mach smoketest ${cargo_profile_option}
- name: Script tests
Expand Down

0 comments on commit 1e653b6

Please sign in to comment.