Skip to content

Commit

Permalink
add more gh tests
Browse files Browse the repository at this point in the history
  • Loading branch information
neodix42 committed Feb 4, 2025
1 parent 42185b2 commit c9d58b4
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-22.04, ubuntu-22.04-arm, macos-13, macos-14, windows-2019 ]
os: [ ubuntu-22.04, macos-13, macos-14, windows-2019 ]
runs-on: ${{ matrix.os }}

steps:
Expand All @@ -19,13 +19,7 @@ jobs:
distribution: 'adopt'

- name: Compile all
run: |
mvn clean compile
- name: Run Utils tests
run: |
cd utils
mvn test
run: mvn -DskipTests package

- name: Run Address tests
run: |
Expand All @@ -42,12 +36,17 @@ jobs:
cd cell
mvn test
- name: Run disassembler tests
- name: Run Disassembler tests
run: |
cd disassembler
mvn test
- name: Run tonlib tests
run: |
cd tonlib
mvn test -Dtest=TestTonlibJson#testTonlibGetAllBlockTransactions
mvn test -Dtest=TestTonlibJson#testTonlibGetAllBlockTransactions
- name: Run Utils tests
run: |
cd utils
mvn test

0 comments on commit c9d58b4

Please sign in to comment.