cd.yaml: fix build job name
All checks were successful
Build && Deploy / cargo build (push) Successful in 53s

This commit is contained in:
Akulij 2025-05-04 01:09:34 +03:00
parent d0cf2fd1b7
commit 8f27d61284

View File

@ -2,7 +2,7 @@ name: Build && Deploy
on: [push]
jobs:
test:
build:
name: cargo build
runs-on: ubuntu-latest
steps: