Skip to content

Commit ef4e484

Browse files
yedayakcpu
authored andcommitted
ci: Test rustls-ffi-tools crate
1 parent 037cd7a commit ef4e484

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/test.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,21 @@ jobs:
327327
- name: cargo test (debug; ring; -Z minimal-versions)
328328
run: cargo -Z minimal-versions test --no-default-features --features=ring --locked
329329

330+
tools:
331+
name: Test rustls-ffi-tools
332+
runs-on: ubuntu-latest
333+
steps:
334+
- name: Checkout sources
335+
uses: actions/checkout@v4
336+
with:
337+
persist-credentials: false
338+
339+
- name: Install rust toolchain
340+
uses: dtolnay/rust-toolchain@nightly
341+
342+
- name: Run tools unit tests
343+
run: cargo test -p rustls-ffi-tools
344+
330345
format:
331346
name: Format
332347
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)