Browse Source

ci(volume-server): include native rust mode in smoke matrix

codex-rust-volume-server-bootstrap
Chris Lu 4 weeks ago
parent
commit
61befd10fc
  1. 2
      .github/workflows/volume-server-integration-tests.yml

2
.github/workflows/volume-server-integration-tests.yml

@ -130,7 +130,7 @@ jobs:
strategy:
fail-fast: false
matrix:
mode: [exec, proxy]
mode: [exec, proxy, native]
steps:
- name: Checkout code

Loading…
Cancel
Save