Skip to content

Commit

Permalink
Fix smoke tests (#1923)
Browse files Browse the repository at this point in the history
<!-- A brief description of the changes -->

- Fixes smoke tests

## 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
THenry14 authored Mar 20, 2024
1 parent 772c9eb commit 423eecf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/smoke_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ REVISION="$5"

$SNFORGE_PATH init my_project
pushd my_project || exit
scarb remove snforge_std
scarb add snforge_std --git "$REPO_URL" --rev "$REVISION"
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 423eecf

Please sign in to comment.