Skip to content

Commit a8a94c8

Browse files
committed
Run tests as part of the workflow
1 parent 7c2ce29 commit a8a94c8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/workflow.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@ jobs:
1111
ruby-version: 3.1.0
1212
- run: sudo apt-get update && sudo apt-get install -y libopencv-dev
1313
- run: gem update --system
14-
- run: gem build libfacedetection.gemspec
15-
- run: gem install $(ls -1 *.gem)
14+
- run: rake gem
15+
- run: gem install $(ls -1 pkg/*.gem)
16+
- run: ruby tests/test_detection.rb
1617
# compile_native_gem:
1718
# name: Compile native gem
1819
# runs-on: ubuntu-latest

0 commit comments

Comments
 (0)