Skip to content

Merge pull request #476 from Stellar-xcrow/fix/contract-reconstruction #251

Merge pull request #476 from Stellar-xcrow/fix/contract-reconstruction

Merge pull request #476 from Stellar-xcrow/fix/contract-reconstruction #251

Workflow file for this run

name: Rust CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Rust
uses: dtolnay/rust-toolchain@stable
- uses: swatinem/rust-cache@v2
- name: Run cargo test
run: cargo test --verbose
- name: Run clippy
run: cargo clippy --all-targets --all-features -- -D warnings