Skip to content

feat: add option to preserve namespaces when switching contexts #2365

feat: add option to preserve namespaces when switching contexts

feat: add option to preserve namespaces when switching contexts #2365

Workflow file for this run

name: Test
on:
push:
branches: [main]
pull_request:
branches: [main]
env:
CARGO_TERM_COLOR: always
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
- uses: dtolnay/rust-toolchain@stable
- name: Run tests
run: cargo test --all