rs-dht-pio/.forgejo/workflows/pico_master.yaml
hodasemi 3ba4b3d877
Some checks failed
Check Build / Test build (push) Failing after 14m5s
Add action file
2024-08-06 06:43:21 +02:00

21 lines
357 B
YAML

name: Check Build
run_name: Check Build
on:
push:
jobs:
Test build:
steps:
- uses: https://github.com/actions/checkout@main
- uses: https://github.com/dtolnay/rust-toolchain@stable
- name: Build - debug
run: |
cargo build
- name: Build - release
run: |
cargo build --release