Skip to content

Commit

Permalink
Add default fips in test script
Browse files Browse the repository at this point in the history
  • Loading branch information
michel-laterman committed Feb 19, 2025
1 parent 952398d commit 635962b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/scripts/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ add_bin_path
with_go_junit_report

tags=integration
if [[ "$FIPS" == "true" ]]; then
if [[ "${FIPS:-false}" == "true" ]]; then
tags="${tags},requirefips"
fi

Expand Down

0 comments on commit 635962b

Please sign in to comment.