diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 371a985682..77ec2d2d2a 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -95,7 +95,7 @@ jobs: - name: Test shell: bash - run: PATH="/github/home/compiled/bin:$PATH" go test -coverprofile cover.out ./... + run: PATH="/github/home/compiled/bin:$PATH" go test --tags=nvidia -timeout 1h -coverprofile cover.out ./... - name: Upload coverage reports uses: codecov/codecov-action@v4