File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -157,6 +157,26 @@ jobs:
157157 - name : Check (loopforge-cli with bedrock)
158158 run : cargo check -p loopforge-cli --locked --features bedrock
159159
160+ security-boundaries-fast :
161+ name : security boundaries (fast) (windows)
162+ runs-on : windows-latest
163+
164+ steps :
165+ - name : Checkout
166+ uses : actions/checkout@v4
167+
168+ - name : Install Rust
169+ uses : dtolnay/rust-toolchain@stable
170+
171+ - name : Rust cache
172+ uses : Swatinem/rust-cache@v2
173+
174+ - name : Test (rexos-tools web/a2a/browser policy slices)
175+ run : |
176+ cargo test -p rexos-tools --locked tests::web::a2a::
177+ cargo test -p rexos-tools --locked tests::web::fetch::web_fetch_respects_egress_policy_rules
178+ cargo test -p rexos-tools --locked tests::browser::policy::url::
179+
160180 docs :
161181 name : docs build
162182 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments