We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad7273c commit 81baf22Copy full SHA for 81baf22
2 files changed
.github/workflows/coverage-base-upload.yml
@@ -45,7 +45,8 @@ jobs:
45
run: ./gradlew --stop || true
46
47
- name: Build
48
- run: ./gradlew clean build --no-daemon --no-build-cache
+# run: ./gradlew clean build --no-daemon --no-build-cache
49
+ run: ./gradlew framework:test --tests org.tron.core.zksnark.ShieldedReceiveTest
50
51
- name: Generate JaCoCo report
52
run: ./gradlew jacocoTestReport --no-daemon --no-build-cache
.github/workflows/coverage-rockylinux-upload.yml
@@ -47,7 +47,8 @@ jobs:
run: |
- ./gradlew clean build --no-daemon --no-build-cache
+# ./gradlew clean build --no-daemon --no-build-cache
+ ./gradlew framework:test --tests org.tron.core.zksnark.ShieldedReceiveTest
53
54
0 commit comments