Skip to content

Commit

Permalink
fix workflow format
Browse files Browse the repository at this point in the history
  • Loading branch information
Rekt3421 committed Oct 8, 2024
1 parent 08fa130 commit a07b527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ jobs:
run: ${{ env.testbindir }}/simple_test_static${{ env.exe-ext }}
- name: Simple test (static)
if: ${{ matrix.compiler-available && matrix.android-abi == '' }}
run: ${{ env.testbindir }}/simple_test_concurrent_print${{ env.exe-ext } 1500}
run: ${{ env.testbindir }}/simple_test_concurrent_print 1500 ${{ env.exe-ext }}
- name: Simple test
if: ${{ matrix.compiler-available && matrix.android-abi == '' }}
run: ${{ env.testbindir }}/simple_test${{ env.exe-ext }}
Expand Down

0 comments on commit a07b527

Please sign in to comment.