diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index dda5c00..0e81531 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -26,7 +26,7 @@ jobs: apk add --no-cache pkgconf openssl-dev gcc make perl-dev # For openssl dependency (see https://github.com/Fethbita/emrtd/pull/3) - name: Build - run: cargo build --verbose + run: cargo build --all-features --verbose - name: Run tests run: cargo test --all-features --verbose