Skip to content

Update breaking changes from stellar_xdr crate #73

Update breaking changes from stellar_xdr crate

Update breaking changes from stellar_xdr crate #73

on: [push]
name: Cargo build and test
jobs:
build_and_test:
name: Build and test Stellar SDK
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- uses: actions-rs/cargo@v1
name: cargo update
with:
command: update
- uses: actions-rs/cargo@v1
name: cargo test
with:
command: test
# - uses: actions-rs/cargo@v1
# with:
# command: build
# args: --release --all-features