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 ec3d2be commit feaa0dcCopy full SHA for feaa0dc
.github/workflows/fedora-build.yml
@@ -60,3 +60,6 @@ jobs:
60
mkdir -p /home/build/.cache/lambdanative/android/support
61
./configure Calculator android debug
62
make
63
+ - name: smoke tests
64
+ run: |
65
+ sh make.sh smoke
0 commit comments