Skip to content

Commit

Permalink
again
Browse files Browse the repository at this point in the history
  • Loading branch information
mxinden committed Aug 22, 2024
1 parent 4f29b90 commit 26f31ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
run: cargo install cargo-ndk

- name: Build unit tests for Android
run: cargo ndk -t ${{ matrix.target }} -p quinn-udp test --no-run
run: cargo ndk -t ${{ matrix.target }} test -p quinn-udp --no-run

- name: Enable KVM group perms
run: |
Expand Down

0 comments on commit 26f31ca

Please sign in to comment.