From bf391c4881a1489f4d4d7b7dbf9c6406559bddc1 Mon Sep 17 00:00:00 2001 From: Abhijeet Patil Date: Thu, 18 Jan 2024 15:57:31 +0000 Subject: [PATCH] reverting get header job to its original state --- .github/workflows/build_and_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index c5a732653f..a14d84cc9c 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -141,7 +141,7 @@ jobs: # Some of our rust modules use FFI and need those to be checked - name: Get postgres headers - run: CARGO_BUILD_FLAGS="--features=testing" make postgres-headers -j$(nproc) + run: make postgres-headers -j$(nproc) # cargo hack runs the given cargo subcommand (clippy in this case) for all feature combinations. # This will catch compiler & clippy warnings in all feature combinations.