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 a9b92a2Copy full SHA for a9b92a2
.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 make_smoke
0 commit comments