feat: introduce support for shell_environment_policy in config.toml

This commit is contained in:
Michael Bolin
2025-05-20 16:17:52 -07:00
parent 5746561428
commit 7cdd8176ed
16 changed files with 433 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