Skip to content

Commit

Permalink
Delete removing of snforge_std in smoke_test.sh (#2418)
Browse files Browse the repository at this point in the history
<!-- Reference any GitHub issues resolved by this PR -->

Closes #

## Introduced changes

<!-- A brief description of the changes -->

-

## Checklist

<!-- Make sure all of these are complete -->

- [ ] Linked relevant issue
- [ ] Updated relevant documentation
- [ ] Added relevant tests
- [ ] Performed self-review of the code
- [ ] Added changes to `CHANGELOG.md`
  • Loading branch information
cptartur authored Aug 29, 2024
1 parent 356a061 commit d37d227
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/smoke_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ REVISION="$5"

$SNFORGE_PATH init my_project
pushd my_project || exit
scarb remove --dev snforge_std
scarb add --dev snforge_std --git "$REPO_URL" --rev "$REVISION"
$SNFORGE_PATH test || exit
popd || exit
Expand Down

0 comments on commit d37d227

Please sign in to comment.