msp430-rt 0.4.1

Minimal runtime / startup for MSP430 microcontrollers
Documentation
on: [push, pull_request]

name: Run Macro Tests

jobs:
  testing:
    name: testing
    runs-on: ubuntu-latest

    steps:
      - name: Checkout sources
        uses: actions/checkout@v2

      - name: Install toolchain
        uses: actions-rs/toolchain@v1
        with:
          profile: minimal
          toolchain: nightly
          component: rust-src

      - name: Test macro library
        uses: actions-rs/cargo@v1
        with:
          command: test
          args: -Zbuild-std -p msp430-rt-macros --target=x86_64-unknown-linux-gnu --features device