Skip to content

ci: re-enable nvidia tests in CI#447

Merged
j0sh merged 2 commits intomasterfrom
tessa/reenable-nvidia-tests
Mar 10, 2026
Merged

ci: re-enable nvidia tests in CI#447
j0sh merged 2 commits intomasterfrom
tessa/reenable-nvidia-tests

Conversation

@livepeer-tessa
Copy link
Contributor

Re-enables the --tags=nvidia flag for Go tests that was removed in #446 when the GPU runner wasn't working.

The GPU runner is now operational, so nvidia tests should run again.

Change:

- go test -coverprofile cover.out ./...
+ go test --tags=nvidia -coverprofile cover.out ./...

Requested by @j0sh

Reverts the test tag removal from #446. The GPU runner is now working.

Signed-off-by: livepeer-tessa <livepeer-tessa@users.noreply.github.com>
Signed-off-by: livepeer-tessa <livepeer-tessa@users.noreply.github.com>
@j0sh j0sh merged commit c3bc615 into master Mar 10, 2026
3 checks passed
@j0sh j0sh deleted the tessa/reenable-nvidia-tests branch March 10, 2026 21:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants