WIP: MQTT message thread with the new filter computation algorithm #39
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Make | |
on: | |
push: | |
pull_request: | |
types: [opened, reopened] | |
env: | |
CLICOLOR_FORCE: 1 | |
CARGO_TERM_COLOR: always | |
jobs: | |
make: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- run: cargo install cross --git https://github.com/cross-rs/cross | |
- run: cargo install cargo-make | |
- run: cargo make |