From d42407cf9af28a805f4cef94de37ba6ea78bb0b6 Mon Sep 17 00:00:00 2001 From: Wade Simmons Date: Wed, 10 Jun 2026 09:49:09 -0400 Subject: [PATCH] dont need race detector on these extra smoke runs We should catch any issues in the original run --- .github/workflows/smoke.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/smoke.yml b/.github/workflows/smoke.yml index d7422c7f..ec581f04 100644 --- a/.github/workflows/smoke.yml +++ b/.github/workflows/smoke.yml @@ -32,9 +32,9 @@ jobs: run: make smoke-relay-docker - name: Smoke Docker boringcrypto - run: make boringcrypto smoke-docker-race + run: make boringcrypto smoke-docker - name: Smoke Docker fips140 - run: make fips140-all smoke-docker-race + run: make fips140-all smoke-docker timeout-minutes: 10