We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
cargo check
1 parent 8603a68 commit e0c4cfcCopy full SHA for e0c4cfc
1 file changed
.github/workflows/ci.yml
@@ -65,6 +65,8 @@ jobs:
65
echo "directories.tokendir = /tmp/tokens" > /tmp/softhsm2.conf
66
- name: Install Rust target
67
run: rustup target add ${{ matrix.target }}
68
+ - name: Check
69
+ run: cargo check --target ${{ matrix.target }} --workspace --all-targets
70
- name: Test script
71
env:
72
TEST_PKCS11_MODULE: /usr/lib/softhsm/libsofthsm2.so
0 commit comments