Skip to content

Commit

Permalink
Merge pull request #68 from stellar/add-spec-tools-crate
Browse files Browse the repository at this point in the history
Incorporate `soroban-spec-tools` dependency and remove all Soroban CLI references
  • Loading branch information
psheth9 authored Feb 20, 2024
2 parents 448d9ad + 199bf42 commit 1a4f5c8
Show file tree
Hide file tree
Showing 91 changed files with 2,292 additions and 6,448 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,6 @@ 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/crates/* ; do
cargo test --target ${{ matrix.target }} --manifest-path $I/Cargo.toml
done
Loading

0 comments on commit 1a4f5c8

Please sign in to comment.