Skip to content

Commit

Permalink
test on gh again
Browse files Browse the repository at this point in the history
  • Loading branch information
neodix42 committed Feb 5, 2025
1 parent ac754b9 commit acdd253
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit acdd253

Please sign in to comment.