updated flake, workflow, and cargo lock/toml file

This commit is contained in:
2025-11-14 12:35:37 +01:00
parent bc3283eb29
commit 379a337611
4 changed files with 7 additions and 5 deletions

View File

@@ -3,8 +3,6 @@ name: Deploy Rust to Crates.io
on:
push:
branches: ["main"]
paths:
- "Cargo.toml"
env:
CARGO_TERM_COLOR: always
@@ -16,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Build
run: cargo build --verbose
run: cargo build --release --bin docki
- name: Run tests
run: cargo test --verbose
- name: Publish to crates.io