ci: test
Build and Test / Build (push) Successful in 37s Details

main
q3k 2023-10-27 19:42:33 +02:00
parent 7245a9595e
commit cfe3cfeec3
1 changed files with 16 additions and 0 deletions

16
.github/workflows/build.yml vendored Normal file
View File

@ -0,0 +1,16 @@
name: "Build and Test"
on:
workflow_dispatch:
push:
branches:
- main
jobs:
build:
name: Build
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: https://github.com/dtolnay/rust-toolchain@stable
- run: cargo build