From acdd253c7aacc8a2a6ea0b6e12e23cc607439213 Mon Sep 17 00:00:00 2001 From: neodiX Date: Wed, 5 Feb 2025 15:47:26 +0400 Subject: [PATCH] test on gh again --- .github/workflows/tests.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 40d727ef..1393977a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -32,7 +32,12 @@ jobs: cd cell mvn test - - name: Run tonlib tests + - name: Run tonlib - testTonlibGetTxsByAddress + run: | + cd tonlib + mvn test -Dtest=TestTonlibJsonTestnet#testTonlibGetTxsByAddress + + - name: Run tonlib - testTonlibRunMethodParticipantsList run: | cd tonlib mvn test -Dtest=TestTonlibJsonTestnet#testTonlibRunMethodParticipantsList