From 624efa8b0dc576bfdffd7405a6cf065e2861a60f Mon Sep 17 00:00:00 2001 From: "Dustin J. Mitchell" Date: Wed, 30 Jul 2025 21:23:53 -0400 Subject: [PATCH] stop excluding the postgres crate --- .github/workflows/checks.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index c98ede9..35d2ad0 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -118,8 +118,7 @@ jobs: - uses: obi1kenobi/cargo-semver-checks-action@v2 with: # 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,taskchampion-sync-server-storage-postgres + exclude: taskchampion-sync-server mdbook: runs-on: ubuntu-latest