Skip to content

Commit

Permalink
Add soroban-spec-tools and remove soroban-tests crate
Browse files Browse the repository at this point in the history
  • Loading branch information
psheth9 committed Feb 16, 2024
1 parent 10ae826 commit c5bc9ed
Show file tree
Hide file tree
Showing 52 changed files with 2,216 additions and 6,378 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,3 @@ jobs:
run: sudo apt-get update && sudo apt-get -y install gcc-aarch64-linux-gnu g++-aarch64-linux-gnu
- run: cargo clippy --all-targets --target ${{ matrix.target }}
- run: make build-test
- 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
cargo test --target ${{ matrix.target }} --manifest-path $I/Cargo.toml
done
Loading

0 comments on commit c5bc9ed

Please sign in to comment.