Skip to content

Commit 39d00c3

Browse files
committed
adjust github tests
1 parent 1bcce9e commit 39d00c3

File tree

2 files changed

+254
-226
lines changed

2 files changed

+254
-226
lines changed

.github/workflows/tests.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,6 @@ jobs:
5252
cd address
5353
mvn test
5454
55-
- name: Run Cell tests
56-
run: |
57-
cd cell
58-
mvn test
59-
6055
- name: Run Disassembler tests
6156
run: |
6257
cd disassembler
@@ -76,4 +71,9 @@ jobs:
7671
- name: Run tonlib - testTonlibRunMethodParticipantsList
7772
run: |
7873
cd tonlib
79-
mvn test -Dtest=TestTonlibJsonTestnet#testTonlibRunMethodParticipantsList
74+
mvn test -Dtest=TestTonlibJsonTestnet#testTonlibRunMethodParticipantsList
75+
76+
- name: Run adnl lite-client - testTonlibGetTxsByAddress
77+
run: |
78+
cd adnl
79+
mvn test -Dtest=AdnlLiteClientTest#testMasterchainInfoExt

0 commit comments

Comments
 (0)