We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 375abc9 commit 304910bCopy full SHA for 304910b
.github/workflows/build-test.yml
@@ -101,5 +101,8 @@ jobs:
101
- name: Run TestZipExtractor
102
run: ./gradlew :snaploader-examples:TestZipExtractor :snaploader-examples:run
103
104
+ - name: Run TestCpuFeatures
105
+ run: ./gradlew :snaploader-examples:TestCpuFeatures :snaploader-examples:run
106
+
107
- name: List extracted files
108
run: ls ./snaploader-examples/libs/
0 commit comments