Skip to content

Commit

Permalink
Merge branch 'dev' into test
Browse files Browse the repository at this point in the history
  • Loading branch information
BppleMan committed Dec 27, 2023
2 parents 584df81 + c2d96b0 commit c4dd7b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ linuxX64Test:
./gradlew :cleanLinuxX64Test :linuxX64Test :jvmTest

linuxArm64Test:
./gradlew :cleanLinuxArm64TestBinaries :linuxArm64TestBinaries :jvmTest
./gradlew :cleanLinuxArm64TestBinaries :linuxArm64TestBinaries

windowsX64Test:
mingwX64Test:
./gradlew :cleanMingwX64Test :mingwX64Test :jvmTest

linuxX64TestDocker: linuxX64Test
Expand Down

0 comments on commit c4dd7b4

Please sign in to comment.