fix(ci): Build all features for each package and build all archs

This commit is contained in:
Gerald Pinder 2024-11-25 22:09:36 -05:00
parent ddfacd3492
commit c8d8ab306c
5 changed files with 38 additions and 15 deletions

View file

@ -97,6 +97,9 @@ tools:
release *args:
#!/usr/bin/env bash
set -euxo pipefail
earthly --ci +run-checks
# --workspace: updating all crates in the workspace
# --no-tag: do not push tag for each new version
# --no-confirm: don't look for user input, just run the command