mirror of
https://github.com/starovoid/rxing.git
synced 2026-09-26 01:45:11 +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:
@@ -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