Skip to content

Commit

Permalink
Disabled snforge_std dependency addition in smoke test (#2415)
Browse files Browse the repository at this point in the history
<!-- Reference any GitHub issues resolved by this PR -->

Closes
[#2414](#2414 (comment))

## 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
- [x] Performed self-review of the code
- [ ] Added changes to `CHANGELOG.md`
  • Loading branch information
integraledelebesgue authored Aug 29, 2024
1 parent 6f07ac7 commit 356a061
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/smoke_test.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#!/bin/bash
set -e

export DEV_DISABLE_SNFORGE_STD_DEPENDENCY=true

RPC_URL="$1"
SNFORGE_PATH="$2"
SNCAST_PATH="$3"
Expand Down

0 comments on commit 356a061

Please sign in to comment.