Skip to content
Snippets Groups Projects
Commit 328759a6 authored by 🥺's avatar 🥺 :transgender_flag:
Browse files

ci: run quick smoke test of x86_64 static binary

parent 463fa4fd
No related branches found
No related tags found
1 merge request!535Bump conduwuit to 0.4.6 and deps, dont build unnecessary jemalloc things, fix tiny admin regressions
......@@ -259,6 +259,14 @@ jobs:
mv -v target/release/conduwuit static-${{ matrix.target }}
mv -v target/release/${{ matrix.target }}.deb ${{ matrix.target }}.deb
# quick smoke test of the x86_64 static binary
- name: Run x86_64 static binary
run: |
# GH actions default runners are x86_64 only
if file result/bin/conduit | grep x86-64; then
result/bin/conduit --version
fi
- name: Upload static-${{ matrix.target }}
uses: actions/upload-artifact@v4
with:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment