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 93fc5ea commit 5bca643Copy full SHA for 5bca643
.github/workflows/build-and-test.yml
@@ -176,6 +176,11 @@ jobs:
176
- name: Run Unit Tests
177
run: |
178
make -j4 gotest-with-junit
179
+ - name: Run Unit Tests with GODEBUG=fips140=only
180
+ env:
181
+ GODEBUG: fips140=only
182
+ run: |
183
+ make -j4 gotest
184
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
185
with:
186
name: test-results-${{ runner.os }}-${{ matrix.runner }}-${{ matrix.go-version }}
0 commit comments