We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bcce9e commit 39d00c3Copy full SHA for 39d00c3
.github/workflows/tests.yml
@@ -52,11 +52,6 @@ jobs:
52
cd address
53
mvn test
54
55
- - name: Run Cell tests
56
- run: |
57
- cd cell
58
- mvn test
59
-
60
- name: Run Disassembler tests
61
run: |
62
cd disassembler
@@ -76,4 +71,9 @@ jobs:
76
71
- name: Run tonlib - testTonlibRunMethodParticipantsList
77
72
78
73
cd tonlib
79
- mvn test -Dtest=TestTonlibJsonTestnet#testTonlibRunMethodParticipantsList
74
+ mvn test -Dtest=TestTonlibJsonTestnet#testTonlibRunMethodParticipantsList
75
+
+ - name: Run adnl lite-client - testTonlibGetTxsByAddress
+ run: |
+ cd adnl
+ mvn test -Dtest=AdnlLiteClientTest#testMasterchainInfoExt
0 commit comments