Skip to content

Commit a18ae0b

Browse files
TroyGardenfacebook-github-bot
authored andcommitted
enable unit test gpu
Summary: # context Differential Revision: D51095381
1 parent ed3b6b3 commit a18ae0b

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/unittest_ci.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@ name: Unit Test CI
55

66
on:
77
# TODO: re-enable when GPU unit tests are working
8-
# push:
9-
# paths-ignore:
10-
# - "docs/*"
11-
# - "third_party/*"
12-
# - .gitignore
13-
# - "*.md"
14-
# pull_request:
15-
# paths-ignore:
16-
# - "docs/*"
17-
# - "third_party/*"
18-
# - .gitignore
19-
# - "*.md"
8+
push:
9+
paths-ignore:
10+
- "docs/*"
11+
- "third_party/*"
12+
- .gitignore
13+
- "*.md"
14+
pull_request:
15+
paths-ignore:
16+
- "docs/*"
17+
- "third_party/*"
18+
- .gitignore
19+
- "*.md"
2020
workflow_dispatch:
2121

2222
jobs:

0 commit comments

Comments
 (0)