Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature/update-ci-testing #285

Merged
merged 15 commits into from
May 4, 2022
Prev Previous commit
Next Next commit
wip
briancorbin committed May 2, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit efd4de32e716ec1c244851d5da69c043fd64531c
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -301,7 +301,7 @@ commands:
parameters:
test_command:
type: string
default: cargo test --frozen --no-fail-fast
default: cargo test test_txo_lifecycle --frozen --no-fail-fast
steps:
- run:
name: Run unit tests