Compare commits
1 commit
73233d2923
...
1308e68858
Author | SHA1 | Date | |
---|---|---|---|
1308e68858 |
1 changed files with 0 additions and 21 deletions
|
@ -1,21 +0,0 @@
|
|||
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
|
||||
|
Loading…
Reference in a new issue