Skip to content

Various fixes, experiments with APS ack #52

Various fixes, experiments with APS ack

Various fixes, experiments with APS ack #52

Workflow file for this run

name: Rust
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
target: thumbv7em-none-eabihf
- name: Host build
uses: actions-rs/cargo@v1
with:
command: build
- name: Target build
uses: actions-rs/cargo@v1
with:
command: build
args: --features=core --workspace --exclude psila-host --target thumbv7em-none-eabihf
- name: Run tests
uses: actions-rs/cargo@v1
with:
command: test