Skip to content

Commit f1ecf38

Browse files
committed
Add cargo check before running tests
Signed-off-by: Wiktor Kwapisiewicz <wiktor@metacode.biz>
1 parent dcc7c16 commit f1ecf38

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ jobs:
6565
echo "directories.tokendir = /tmp/tokens" > /tmp/softhsm2.conf
6666
- name: Install Rust target
6767
run: rustup target add ${{ matrix.target }}
68+
- name: Check
69+
run: cargo check --target ${{ matrix.target }} --workspace --all-targets
6870
- name: Test script
6971
env:
7072
TEST_PKCS11_MODULE: /usr/lib/softhsm/libsofthsm2.so

0 commit comments

Comments
 (0)