Skip to content

Commit

Permalink
Run tests as part of the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Antti committed Jan 10, 2024
1 parent 7c2ce29 commit a8a94c8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ jobs:
ruby-version: 3.1.0
- run: sudo apt-get update && sudo apt-get install -y libopencv-dev
- run: gem update --system
- run: gem build libfacedetection.gemspec
- run: gem install $(ls -1 *.gem)
- run: rake gem
- run: gem install $(ls -1 pkg/*.gem)
- run: ruby tests/test_detection.rb
# compile_native_gem:
# name: Compile native gem
# runs-on: ubuntu-latest
Expand Down

0 comments on commit a8a94c8

Please sign in to comment.