Skip to content

Commit

Permalink
VER: Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cjdsellers authored Nov 29, 2022
2 parents a76070d + b7ec856 commit 145235e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,10 @@ jobs:
# Run tests
- name: Run tests
run: cargo test --all-features
run: |
cargo test
cd src/dbz-lib
cargo test --features python-test
# Tag the commit with the library version
- name: Create git tag
Expand Down

0 comments on commit 145235e

Please sign in to comment.