diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index d3d4fe1..45fc3f8 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -48,6 +48,4 @@ jobs: - name: Initialize database run: mkdir -p cache && sqlite3 cache/metadata.sqlite < db_queries/init.sql - name: Check sqlx statements - run: cargo sqlx prepare --check - with: - fail_ci_if_error: true \ No newline at end of file + run: cargo sqlx prepare --check \ No newline at end of file