Skip to content

Commit

Permalink
added .sh utility files, fixed tests and interaction with vault contract
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmytro-Shashkevych committed Nov 16, 2023
1 parent e9bdf06 commit fcc4f33
Show file tree
Hide file tree
Showing 25 changed files with 954 additions and 791 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Build
run: cd contracts && cargo build --verbose
- name: Run tests
run: cd contracts && cargo test --verbose
- uses: actions/checkout@v3
- name: Build
run: cd contracts && cargo build --verbose
- name: Run tests
run: cd contracts && cargo test --verbose
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions contracts/lending/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ rust_decimal = { git = "https://github.com/AssetDesk/rust-decimal.git", default-
[dev_dependencies]
soroban-sdk = { version = "20.0.0-rc2", features = ["testutils"] }
rust_decimal = { git = "https://github.com/AssetDesk/rust-decimal.git", default-features = false, features = ["maths"] }
vault_contract = { path = "../vault_contract" }

[profile.release]
opt-level = "z"
Expand Down
5 changes: 2 additions & 3 deletions contracts/lending/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

313 changes: 0 additions & 313 deletions contracts/lending/scripts/js/test.js

This file was deleted.

File renamed without changes.
Loading

0 comments on commit fcc4f33

Please sign in to comment.