feat: introduce support for shell_environment_policy in config.toml

This commit is contained in:
Michael Bolin
2025-05-21 23:03:52 -07:00
parent ef7208359f
commit cdba9bff41
16 changed files with 455 additions and 18 deletions

View File

@@ -100,6 +100,8 @@ jobs:
id: test
continue-on-error: true
run: cargo test --all-features --target ${{ matrix.target }}
env:
RUST_BACKTRACE: 1
# Fail the job if any of the previous steps failed.
- name: verify all steps passed