Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Restore
ENABLE_SMOKETESTS
for running smoketests (#3799)
## Motivation and Context This PR restores [an environment variable](https://github.com/smithy-lang/smithy-rs/pull/3758/files/62ff67ed89b1d920540b03a252a69bf50a1d1081#diff-903f493806a39cd49c26728eee0410545eb911162b1d889dd7154eae81b7c7c7) we attempted to add in #3758. ## Description We removed that environment variable since we ran into an error `ENABLE_SMOKETESTS: unbound variable` in our release pipeline. This PR will have a default value `false` when `ENABLE_SMOKETESTS` is not present. We expect the value to be `false` in smithy-rs CI and `true` in our release pipeline (can set it to `true` in our release pipeline asynchronously). ## Testing - Existing tests in CI ---- _By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice._
- Loading branch information