We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcaa690 commit f963220Copy full SHA for f963220
.github/workflows/build-and-test.yml
@@ -174,10 +174,8 @@ jobs:
174
run: |
175
make -j4 gotest-with-junit
176
- name: Run Unit Tests with GODEBUG=fips140=only
177
- env:
178
- GODEBUG: fips140=only
179
180
- make -j4 gotest
+ make -j4 gotest-fips140-only
181
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
182
with:
183
name: test-results-${{ runner.os }}-${{ matrix.runner }}-${{ matrix.go-version }}
0 commit comments