1
0
mirror of https://github.com/rm-dr/servable.git synced 2025-11-28 05:19:33 -08:00
This commit is contained in:
2025-11-27 20:29:57 -08:00
committed by GitHub
parent 1f26bd4938
commit e5926bccbf
12 changed files with 126 additions and 245 deletions

View File

@@ -52,8 +52,6 @@ jobs:
buildandtest:
name: "Build and test"
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4
@@ -71,3 +69,6 @@ jobs:
- name: Test
run: cargo test-all-features -- --release
- name: Publish
run: cargo publish --dry-run