mirror of
https://github.com/rm-dr/servable.git
synced 2025-11-28 05:19:33 -08:00
v0.0.3
This commit is contained in:
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@@ -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
|
||||
Reference in New Issue
Block a user