Skip to content

feat: added lux measurements #35

feat: added lux measurements

feat: added lux measurements #35

Workflow file for this run

name: Rust
on:
push:
branches: [ develop ]
pull_request:
branches: [ develop ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build and test
run: cargo test --manifest-path=./light_control/Cargo.toml --verbose