Akulij dba7933c63
All checks were successful
Build && Deploy / cargo build (push) Successful in 5m16s
create basic template for Build and Deploy in gitea
2025-05-03 22:11:28 +03:00

12 lines
245 B
YAML

name: Build && Deploy
on: [push]
jobs:
test:
name: cargo build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- run: cargo build --target x86_64-unknown-linux-gnu