Skip to content

Commit 87599ff

Browse files
committed
Release preparation should be limited to checking formalities, the integration and unit tests are executed on the PR
1 parent 37a45c0 commit 87599ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ def release(ctx, release_type):
165165
raise Exit('The release type parameter is invalid.\nMust be one of: major, minor, patch')
166166

167167
# Run checks
168-
ctx.run('invoke check test')
168+
ctx.run('invoke check')
169169

170170
# Bump version and git tag it
171171
ctx.run('bump2version %s --verbose' % release_type)

0 commit comments

Comments
 (0)