Skip to content

Commit 5bca643

Browse files
committed
Add step to run unit tests with GODEBUG=fips140=only
1 parent 93fc5ea commit 5bca643

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build-and-test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,11 @@ jobs:
176176
- name: Run Unit Tests
177177
run: |
178178
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
179184
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
180185
with:
181186
name: test-results-${{ runner.os }}-${{ matrix.runner }}-${{ matrix.go-version }}

0 commit comments

Comments
 (0)