Skip to content

Commit

Permalink
enable unit test gpu
Browse files Browse the repository at this point in the history
Summary: # context

Differential Revision: D51095381
  • Loading branch information
TroyGarden authored and facebook-github-bot committed Jul 13, 2024
1 parent ed3b6b3 commit a18ae0b
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/unittest_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@ name: Unit Test CI

on:
# TODO: re-enable when GPU unit tests are working
# push:
# paths-ignore:
# - "docs/*"
# - "third_party/*"
# - .gitignore
# - "*.md"
# pull_request:
# paths-ignore:
# - "docs/*"
# - "third_party/*"
# - .gitignore
# - "*.md"
push:
paths-ignore:
- "docs/*"
- "third_party/*"
- .gitignore
- "*.md"
pull_request:
paths-ignore:
- "docs/*"
- "third_party/*"
- .gitignore
- "*.md"
workflow_dispatch:

jobs:
Expand Down

0 comments on commit a18ae0b

Please sign in to comment.