Skip to content

Commit

Permalink
Add test logging
Browse files Browse the repository at this point in the history
  • Loading branch information
seladb committed Jan 28, 2025
1 parent 190081c commit e0fe791
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/builtAndTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,12 +92,9 @@ jobs:
- name: Change wrapper permissions
run: chmod +x ./gradlew

- name: Build gradle project
- name: Build gradle project and run tests
run: ./gradlew build

- name: Run Unit Tests with Gradle
run: ./gradlew test

- name: Enable KVM
run: |
echo 'KERNEL=="kvm", GROUP="kvm", MODE="0666", OPTIONS+="static_node=kvm"' | sudo tee /etc/udev/rules.d/99-kvm4all.rules
Expand All @@ -109,7 +106,7 @@ jobs:
with:
api-level: 35
arch: ${{ matrix.target }}
script: ./gradlew connectedCheck
script: ./gradlew -is connectedCheck

# ./gradlew assembleDebug
# - name: Build ToyVpn-PcapPlusPlus
Expand Down

0 comments on commit e0fe791

Please sign in to comment.