Skip to content

Commit 96d7964

Browse files
committed
run cargo test for rust-based plugins
1 parent 0a9ccf3 commit 96d7964

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,3 +111,7 @@ jobs:
111111

112112
- name: Run tests
113113
run: ./nu -n -c 'use testing.nu; testing run-tests --path ${{ matrix.plugin.tests-dir }} --plugins ["${{ matrix.plugin.plugin }}"]'
114+
115+
- if: contains(matrix.plugin.needs, 'rust')
116+
name: Run Rust-based tests
117+
run: cargo test --package ${{ matrix.plugin.name }}

0 commit comments

Comments
 (0)