diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2024-01-31 16:10:31 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-31 16:10:31 +0100 |
| commit | 560390c93cd56e5156ba6f8e66057181c1f5833f (patch) | |
| tree | acf62db9ef15d3dda2db8383dde177e8f02ccc16 /cli/tests/integration | |
| parent | 81042fb875fc018ebda2044b61dfdc4fd1660f7a (diff) | |
chore(publish): add --no-fast-check flag (#22203)
Diffstat (limited to 'cli/tests/integration')
| -rw-r--r-- | cli/tests/integration/publish_tests.rs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/cli/tests/integration/publish_tests.rs b/cli/tests/integration/publish_tests.rs index 59486602d..675ceced2 100644 --- a/cli/tests/integration/publish_tests.rs +++ b/cli/tests/integration/publish_tests.rs @@ -36,6 +36,13 @@ itest!(invalid_fast_check { exit_code: 1, }); +itest!(no_fast_check { + args: "publish --no-fast-check --token 'sadfasdf'", + output: "publish/no_fast_check.out", + cwd: Some("publish/invalid_fast_check"), + exit_code: 1, +}); + itest!(invalid_path { args: "publish --token 'sadfasdf'", output: "publish/invalid_path.out", |
