Skip to content

Commit 81baf22

Browse files
committed
test
1 parent ad7273c commit 81baf22

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/coverage-base-upload.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ jobs:
4545
run: ./gradlew --stop || true
4646

4747
- name: Build
48-
run: ./gradlew clean build --no-daemon --no-build-cache
48+
# run: ./gradlew clean build --no-daemon --no-build-cache
49+
run: ./gradlew framework:test --tests org.tron.core.zksnark.ShieldedReceiveTest
4950

5051
- name: Generate JaCoCo report
5152
run: ./gradlew jacocoTestReport --no-daemon --no-build-cache

.github/workflows/coverage-rockylinux-upload.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ jobs:
4747

4848
- name: Build
4949
run: |
50-
./gradlew clean build --no-daemon --no-build-cache
50+
# ./gradlew clean build --no-daemon --no-build-cache
51+
./gradlew framework:test --tests org.tron.core.zksnark.ShieldedReceiveTest
5152

5253
- name: Generate JaCoCo report
5354
run: |

0 commit comments

Comments
 (0)