We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1899635 commit 921e14dCopy full SHA for 921e14d
.github/workflows/rust.yml
@@ -13,7 +13,12 @@ jobs:
13
build:
14
15
runs-on: ubuntu-latest
16
-
+ strategy:
17
+ matrix:
18
+ rust:
19
+ - stable
20
+ - nightly
21
+ - 1.52.1 # MSVR
22
steps:
23
- uses: actions/checkout@v2
24
- name: Build
@@ -26,6 +31,10 @@ jobs:
26
31
style_checks:
27
32
28
33
34
35
36
37
29
38
30
39
40
0 commit comments