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 c196366 commit ae90a43
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,20 @@ jobs:
java-version: '8'
distribution: 'adopt'

- name: Run Address tests
- name: Compile all
run: |
cd address
mvn test
mvn clean install -skipTests
- name: Run Utils tests
run: |
cd utils
mvn test
- name: Run Address tests
run: |
cd address
mvn test
- name: Run BitString tests
run: |
cd bitstring
Expand Down

0 comments on commit ae90a43

Please sign in to comment.