run direnv exec in engage default steps
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
9bda5a43e5
commit
5e21b43f25
2 changed files with 11 additions and 9 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -50,8 +50,6 @@ env:
|
||||||
experimental-features = nix-command flakes
|
experimental-features = nix-command flakes
|
||||||
extra-experimental-features = nix-command flakes
|
extra-experimental-features = nix-command flakes
|
||||||
accept-flake-config = true
|
accept-flake-config = true
|
||||||
# complement uses libolm
|
|
||||||
NIXPKGS_ALLOW_INSECURE: 1
|
|
||||||
WEB_UPLOAD_SSH_USERNAME: ${{ secrets.WEB_UPLOAD_SSH_USERNAME }}
|
WEB_UPLOAD_SSH_USERNAME: ${{ secrets.WEB_UPLOAD_SSH_USERNAME }}
|
||||||
GH_SHA: ${{ github.sha }}
|
GH_SHA: ${{ github.sha }}
|
||||||
GH_REF_NAME: ${{ github.ref_name }}
|
GH_REF_NAME: ${{ github.ref_name }}
|
||||||
|
|
|
@ -97,6 +97,7 @@ env DIRENV_DEVSHELL=all-features \
|
||||||
name = "clippy/default"
|
name = "clippy/default"
|
||||||
group = "lints"
|
group = "lints"
|
||||||
script = """
|
script = """
|
||||||
|
direnv exec . \
|
||||||
cargo clippy \
|
cargo clippy \
|
||||||
--workspace \
|
--workspace \
|
||||||
--profile test \
|
--profile test \
|
||||||
|
@ -126,6 +127,7 @@ env DIRENV_DEVSHELL=all-features \
|
||||||
name = "clippy/jemalloc"
|
name = "clippy/jemalloc"
|
||||||
group = "lints"
|
group = "lints"
|
||||||
script = """
|
script = """
|
||||||
|
direnv exec . \
|
||||||
cargo clippy \
|
cargo clippy \
|
||||||
--workspace \
|
--workspace \
|
||||||
--profile test \
|
--profile test \
|
||||||
|
@ -179,6 +181,8 @@ env DIRENV_DEVSHELL=all-features \
|
||||||
name = "cargo/default"
|
name = "cargo/default"
|
||||||
group = "tests"
|
group = "tests"
|
||||||
script = """
|
script = """
|
||||||
|
env DIRENV_DEVSHELL=default \
|
||||||
|
direnv exec . \
|
||||||
cargo test \
|
cargo test \
|
||||||
--workspace \
|
--workspace \
|
||||||
--profile test \
|
--profile test \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue