Skip to content

Commit

Permalink
Disable tests on CI (since they fail without libsecp256k1)
Browse files Browse the repository at this point in the history
  • Loading branch information
msgilligan committed Feb 26, 2024
1 parent afe4a4e commit 8c0a619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
restore-keys: ${{ runner.os }}-gradle
- name: Build with Gradle
run: ./gradlew build
run: ./gradlew -Dskip.tests build # Skip tests because they will fail without libsecp256k1 installed.

0 comments on commit 8c0a619

Please sign in to comment.