stop excluding the postgres crate

This commit is contained in:
Dustin J. Mitchell
2025-07-30 21:23:53 -04:00
parent ae9adf1572
commit 624efa8b0d

View File

@ -118,8 +118,7 @@ jobs:
- uses: obi1kenobi/cargo-semver-checks-action@v2 - uses: obi1kenobi/cargo-semver-checks-action@v2
with: with:
# exclude the binary package from semver checks, since it is not published as a crate. # exclude the binary package from semver checks, since it is not published as a crate.
# exclude postgres temporarily until it is released exclude: taskchampion-sync-server
exclude: taskchampion-sync-server,taskchampion-sync-server-storage-postgres
mdbook: mdbook:
runs-on: ubuntu-latest runs-on: ubuntu-latest