We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cargo test
1 parent 0a9ccf3 commit 96d7964Copy full SHA for 96d7964
.github/workflows/ci.yml
@@ -111,3 +111,7 @@ jobs:
111
112
- name: Run tests
113
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