mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-26 04:12:34 +00:00
move cli utility into repository
This commit also adds the `--workspace`` flag to the automated build and test scripts
This commit is contained in:
6
.github/workflows/rust.yml
vendored
6
.github/workflows/rust.yml
vendored
@@ -17,8 +17,8 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Check
|
||||
run: cargo check --release --verbose
|
||||
run: cargo check --workspace --release --verbose
|
||||
- name: Build
|
||||
run: cargo build --release --verbose
|
||||
run: cargo build --workspace --release --verbose
|
||||
- name: Run tests
|
||||
run: cargo test --release --verbose
|
||||
run: cargo test --workspace --release --verbose
|
||||
|
||||
Reference in New Issue
Block a user