mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-25 20:02:34 +00:00
Test --no-default-features in CI
This commit is contained in:
4
.github/workflows/rust.yml
vendored
4
.github/workflows/rust.yml
vendored
@@ -20,5 +20,7 @@ jobs:
|
|||||||
run: cargo check --workspace --release --verbose
|
run: cargo check --workspace --release --verbose
|
||||||
- name: Build
|
- name: Build
|
||||||
run: cargo build --workspace --release --verbose
|
run: cargo build --workspace --release --verbose
|
||||||
- name: Run tests
|
- name: Run tests (defaults)
|
||||||
run: cargo test --workspace --release --verbose
|
run: cargo test --workspace --release --verbose
|
||||||
|
- name: Run tests (minimal)
|
||||||
|
run: cargo test --workspace --release --verbose --no-default-features
|
||||||
|
|||||||
Reference in New Issue
Block a user