snap: build a devmode test snap (in ci)
Some checks failed
CI / build (push) Failing after 9m26s
CI / snap (push) Has been skipped

This commit is contained in:
2026-01-26 14:02:38 +01:00
parent c64c3146d7
commit 97a78336fa
2 changed files with 53 additions and 0 deletions

View File

@@ -49,3 +49,14 @@ jobs:
env:
RUST_LOG: debug
run: timeout 30m cargo test -- --nocapture
snap:
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: snapcore/action-build@v1
- uses: actions/upload-artifact@v3
with:
name: snap
path: ${{ steps.snapcraft.outputs.snap }}