Skip to content

Commit 19eb7e9

Browse files
authored
Merge pull request #1 from hecrj/feature/scanner
Card Scanner
2 parents b4ef2ec + b1229d9 commit 19eb7e9

File tree

14 files changed

+1636
-190
lines changed

14 files changed

+1636
-190
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ jobs:
44
all:
55
runs-on: macOS-latest
66
steps:
7+
- name: Install OpenCV and Tesseract
8+
run: brew install opencv tesseract
79
- uses: hecrj/setup-rust-action@v2
810
with:
911
components: clippy

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
sudo apt-get install -y libxkbcommon-dev
2323
- name: Run tests
2424
run: |
25-
cargo test --verbose --workspace
25+
cargo test --verbose -p holodeck -p pokebase -p pokebase-core

0 commit comments

Comments
 (0)