reverting get header job to its original state

This commit is contained in:
Abhijeet Patil
2024-01-18 15:57:31 +00:00
parent 7978c620e6
commit bf391c4881

View File

@@ -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.