Skip to content

Commit

Permalink
workflow change test order
Browse files Browse the repository at this point in the history
  • Loading branch information
neodiX committed Aug 2, 2024
1 parent 7feb55d commit 84420b0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,22 @@ jobs:
java-version: '8'
distribution: 'adopt'

- name: Run Cell tests
- name: Run Utils tests
run: |
cd cell
cd utils
mvn test
- name: Run BitString tests
run: |
cd bitstring
mvn test
- name: Run Address tests
- name: Run Cell tests
run: |
cd address
cd cell
mvn test
- name: Run Utils tests
- name: Run Address tests
run: |
cd utils
cd address
mvn test

0 comments on commit 84420b0

Please sign in to comment.