Skip to content

Commit be51f73

Browse files
committed
ci: only run tests on ubuntu
1 parent 14ba79c commit be51f73

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/test.yml

+3-6
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
name: Lint & Test
2-
on: [pull_request]
2+
on:
3+
pull_request:
34

45
jobs:
56
test:
6-
strategy:
7-
matrix:
8-
os: [ubuntu-latest, windows-latest, macos-latest]
9-
10-
runs-on: ${{ matrix.os }}
7+
runs-on: ubuntu-latest
118

129
steps:
1310
- uses: actions/checkout@master

0 commit comments

Comments
 (0)