File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,10 @@ steps:
64
64
65
65
- label : " Unit tests - fips140=only Ubuntu 22.04"
66
66
key : " unit-tests-2204-fips140-only"
67
- command : " .buildkite/scripts/steps/unit-tests.sh test:fipsOnlyUnit"
67
+ command : " .buildkite/scripts/steps/unit-tests.sh"
68
+ env :
69
+ FIPS : " true"
70
+ GODEBUG : " fips140=only"
68
71
artifact_paths :
69
72
- " build/TEST-*.html"
70
73
- " build/TEST-*.xml"
Original file line number Diff line number Diff line change 2
2
source .buildkite/scripts/common.sh
3
3
set +euo pipefail
4
4
5
- target=${1:- " unitTest" }
6
5
echo " --- Unit tests"
7
- RACE_DETECTOR=true TEST_COVERAGE=true mage $target
6
+ RACE_DETECTOR=true TEST_COVERAGE=true mage unitTest
8
7
TESTS_EXIT_STATUS=$?
9
8
echo " --- Prepare artifacts"
10
9
# Copy coverage file to build directory so it can be downloaded as an artifact
You can’t perform that action at this time.
0 commit comments