Skip to content

Commit

Permalink
Revert "Use external soroban-cli crate"
Browse files Browse the repository at this point in the history
This reverts commit a7d2b15.
  • Loading branch information
stellarsaur committed Jan 18, 2024
1 parent a7d2b15 commit 59fa010
Show file tree
Hide file tree
Showing 70 changed files with 7,878 additions and 234 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
- if: startsWith(matrix.target, 'x86_64')
# specify directories explicitly to avoid building the preflight library (otherwise it will fail with missing symbols)
run: |
for I in cmd/crates/* cmd/crates/soroban-test/tests/fixtures/test-wasms/hello_world ; do
for I in cmd/soroban-cli cmd/crates/* cmd/crates/soroban-test/tests/fixtures/test-wasms/hello_world ; do
cargo test --target ${{ matrix.target }} --manifest-path $I/Cargo.toml
done
Expand Down
Loading

0 comments on commit 59fa010

Please sign in to comment.