Skip to content

Commit f963220

Browse files
committed
Update make target in CI pipeline
1 parent bcaa690 commit f963220

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -174,10 +174,8 @@ jobs:
174174
run: |
175175
make -j4 gotest-with-junit
176176
- name: Run Unit Tests with GODEBUG=fips140=only
177-
env:
178-
GODEBUG: fips140=only
179177
run: |
180-
make -j4 gotest
178+
make -j4 gotest-fips140-only
181179
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
182180
with:
183181
name: test-results-${{ runner.os }}-${{ matrix.runner }}-${{ matrix.go-version }}

0 commit comments

Comments
 (0)