Skip to content

Commit 356a061

Browse files
Disabled snforge_std dependency addition in smoke test (#2415)
<!-- 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`
1 parent 6f07ac7 commit 356a061

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/smoke_test.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#!/bin/bash
22
set -e
33

4+
export DEV_DISABLE_SNFORGE_STD_DEPENDENCY=true
5+
46
RPC_URL="$1"
57
SNFORGE_PATH="$2"
68
SNCAST_PATH="$3"

0 commit comments

Comments
 (0)