rust_dmx 0.7.0

Control of DMX-512 lighting control hardware.
Documentation
name: Rust

on:
  push:
    branches: ["main"]
  pull_request:
    branches: ["main"]

env:
  CARGO_TERM_COLOR: always

jobs:
  controller:
    runs-on: ubuntu-latest

    steps:
      - uses: actions/checkout@v3
      - name: Install system dependencies
        run: |
          sudo apt-get update
          sudo apt-get install pkg-config libudev-dev
      - name: Build the project and run tests
        run: cargo test