Skip to content

feat: Layout API SDK addition (#35) #52

feat: Layout API SDK addition (#35)

feat: Layout API SDK addition (#35) #52

Workflow file for this run

name: Testing
on: [push, pull_request]
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
strategy:
matrix:
rust:
- nightly
- stable
- 1.63.0
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: ${{ matrix.rust }}
override: true
- uses: actions-rs/cargo@v1
with:
command: test