Skip to content

Commit

Permalink
Don't run tests twice on nix
Browse files Browse the repository at this point in the history
  • Loading branch information
nixel2007 authored Dec 29, 2024
1 parent 9df6024 commit 7f21ea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:

- name: Build with Gradle
if: matrix.prefix == 'nix'
run: ./gradlew build
run: ./gradlew build -x test

- name: Upload jar to release
if: matrix.prefix == 'nix'
Expand Down

0 comments on commit 7f21ea3

Please sign in to comment.