We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9852260 commit 4d5bcbbCopy full SHA for 4d5bcbb
.github/workflows/ci-stylus-e2e-tests.yml
@@ -69,5 +69,4 @@ jobs:
69
echo "MOCK_PYTH_ADDRESS=$deployed_to" >> .env
70
cd ..
71
# Run Integration Tests
72
- ./scripts/e2e-tests.sh
73
-
+ ./scripts/e2e-tests.sh
.github/workflows/ci-stylus-gas-bench.yml
@@ -63,4 +63,5 @@ jobs:
63
| grep -oP '(?<=Pyth contract address: )0x[a-fA-F0-9]{40}' | tail -n 1)
64
65
66
- ./scripts/bench.sh
+ # Run Benchmarks
67
+ ./scripts/bench.sh
0 commit comments