1- on : [push]
1+ on : [push, pull_request ]
22
33name : CI
44
5151 config :
5252 - { os: ubuntu-latest, target: 'x86_64-unknown-linux-gnu' }
5353 - { os: macos-latest, target: 'x86_64-apple-darwin' }
54- - { os: windows-latest, target: 'x86_64-pc-windows-msvc' }
5554
5655 steps :
5756 - uses : actions/checkout@v2
7473 config :
7574 - { os: ubuntu-latest, target: 'x86_64-unknown-linux-gnu' }
7675 - { os: macos-latest, target: 'x86_64-apple-darwin' }
77- - { os: windows-latest, target: 'x86_64-pc-windows-msvc' }
7876
7977 steps :
8078 - uses : actions/checkout@v2
9795 config :
9896 - { os: ubuntu-latest, target: 'x86_64-unknown-linux-gnu' }
9997 - { os: macos-latest, target: 'x86_64-apple-darwin' }
100- - { os: windows-latest, target: 'x86_64-pc-windows-msvc' }
10198
10299 steps :
103100 - uses : actions/checkout@v2
@@ -120,7 +117,6 @@ jobs:
120117 config :
121118 - { os: ubuntu-latest, target: 'x86_64-unknown-linux-gnu' }
122119 - { os: macos-latest, target: 'x86_64-apple-darwin' }
123- - { os: windows-latest, target: 'x86_64-pc-windows-msvc' }
124120
125121 steps :
126122 - uses : actions/checkout@v2
@@ -142,7 +138,6 @@ jobs:
142138 config :
143139 - { os: ubuntu-latest, target: 'x86_64-unknown-linux-gnu' }
144140 - { os: macos-latest, target: 'x86_64-apple-darwin' }
145- - { os: windows-latest, target: 'x86_64-pc-windows-msvc' }
146141
147142 steps :
148143 - uses : actions/checkout@v2
0 commit comments