Skip to content

Document Assets Module #99

Document Assets Module

Document Assets Module #99

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
target: x86_64-unknown-linux-musl
override: true
components: llvm-tools-preview
- 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