Skip to content

Commit 36db7d9

Browse files
committed
ci: add windows fast security-boundary test slice
1 parent 2a26209 commit 36db7d9

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)