Skip to content

Commit

Permalink
test: remove dir navigation from e2e-tests.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
0xNeshi committed Dec 31, 2024
1 parent 26f7c59 commit 07ebad3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions scripts/e2e-tests.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
#!/bin/bash
set -e

# Navigate to project root
cd "$(dirname "$(realpath "$0")")/.."

cargo build --release --target wasm32-unknown-unknown -Z build-std=std,panic_abort -Z build-std-features=panic_immediate_abort

export RPC_URL=http://localhost:8547
Expand Down

0 comments on commit 07ebad3

Please sign in to comment.