Skip to content

Commit

Permalink
Run tests 10 times
Browse files Browse the repository at this point in the history
  • Loading branch information
dain committed Aug 7, 2024
1 parent 8192cdc commit 1c130fb
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,23 @@ jobs:
java-version: ${{ matrix.java-version }}
- name: Maven Install
run: ./mvnw install -B -V -DskipTests -Dair.check.skip-all
- name: Maven Tests
- name: Maven Tests 0
run: ./mvnw install -B -P ci -Dtest=TestLz4Codec
- name: Maven Tests 1
run: ./mvnw install -B -P ci -Dtest=TestLz4Codec
- name: Maven Tests 2
run: ./mvnw install -B -P ci -Dtest=TestLz4Codec
- name: Maven Tests 3
run: ./mvnw install -B -P ci -Dtest=TestLz4Codec
- name: Maven Tests 4
run: ./mvnw install -B -P ci -Dtest=TestLz4Codec
- name: Maven Tests 5
run: ./mvnw install -B -P ci -Dtest=TestLz4Codec
- name: Maven Tests 6
run: ./mvnw install -B -P ci -Dtest=TestLz4Codec
- name: Maven Tests 7
run: ./mvnw install -B -P ci -Dtest=TestLz4Codec
- name: Maven Tests 8
run: ./mvnw install -B -P ci -Dtest=TestLz4Codec
- name: Maven Tests 9
run: ./mvnw install -B -P ci -Dtest=TestLz4Codec

0 comments on commit 1c130fb

Please sign in to comment.