Skip to content

Commit

Permalink
fix: increase fee again
Browse files Browse the repository at this point in the history
  • Loading branch information
willemneal committed Feb 15, 2024
1 parent 7ea0284 commit 2f7cceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bindings-ts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ jobs:
- run: cargo build
- run: rustup target add wasm32-unknown-unknown
- run: make build-test-wasms
- run: SOROBAN_PORT=8000 SOROBAN_FEE=100000 cargo test --features it --package soroban-test --test it -- integration
- run: SOROBAN_PORT=8000 SOROBAN_FEE=1000000 cargo test --features it --package soroban-test --test it -- integration
- run: npm ci && npm run test
working-directory: cmd/crates/soroban-spec-typescript/ts-tests

0 comments on commit 2f7cceb

Please sign in to comment.