fix(ci): Build all features for each package and build all archs
This commit is contained in:
parent
ddfacd3492
commit
c8d8ab306c
5 changed files with 38 additions and 15 deletions
3
justfile
3
justfile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue