We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af3b05f commit 6b94485Copy full SHA for 6b94485
.github/workflows/test.yml
@@ -70,5 +70,5 @@ jobs:
70
mkdir -p natives/src/main/resources/natives/linux-x86-64
71
cp temp/x64/libzstd.so natives/src/main/resources/natives/linux-x86-64/libzstd.so
72
73
- - name: Publish artifact
+ - name: Run tests
74
run: ./gradlew test
0 commit comments