Skip to content

Commit

Permalink
Merge branch 'main' into overflow-fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaptic authored Feb 21, 2024
2 parents 9102902 + 1a4f5c8 commit 3dec388
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 3dec388

Please sign in to comment.