Add action file
Some checks failed
Check Build / Test build (push) Failing after 14m5s

This commit is contained in:
hodasemi 2024-08-06 06:43:21 +02:00
parent 0dcd9a055b
commit 3ba4b3d877

View file

@ -0,0 +1,21 @@
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