Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
27 changes: 11 additions & 16 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,7 @@ jobs:

- name: Build Cargo project
run: |
source $HOME/.cargo/env
cd quicklendx-contracts
rustc --version
cargo --version
cargo build --verbose

- name: Check code quality
Expand All @@ -54,16 +51,14 @@ jobs:

# WASM size budget is also covered by integration test: cargo test wasm_release_build_fits_size_budget

# Note: Tests temporarily disabled due to known soroban-sdk 22.0.x compilation issue
# Uncomment when soroban-sdk test issue is resolved
# - name: Run Cargo tests
# run: |
# source $HOME/.cargo/env
# cd quicklendx-contracts
# cargo test --verbose
# - name: Test coverage (minimum 95%)
# run: |
# source $HOME/.cargo/env
# cd quicklendx-contracts
# cargo install cargo-llvm-cov
# cargo llvm-cov --lib --fail-under 95
- name: Run Cargo tests
run: |
source $HOME/.cargo/env
cd quicklendx-contracts
cargo test --verbose
- name: Test coverage (minimum 95%)
run: |
source $HOME/.cargo/env
cd quicklendx-contracts
cargo install cargo-llvm-cov
cargo llvm-cov --lib --fail-under 95
473 changes: 473 additions & 0 deletions quicklendx-contracts/check.json

Large diffs are not rendered by default.

501 changes: 501 additions & 0 deletions quicklendx-contracts/check_errs.json

Large diffs are not rendered by default.

Loading
Loading