Skip to content

Merge pull request #2 from Baseflow/all_assets_endppoint #25

Merge pull request #2 from Baseflow/all_assets_endppoint

Merge pull request #2 from Baseflow/all_assets_endppoint #25

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 test
with:
command: test
# - uses: actions-rs/cargo@v1
# with:
# command: build
# args: --release --all-features