File tree Expand file tree Collapse file tree 1 file changed +0
-36
lines changed Expand file tree Collapse file tree 1 file changed +0
-36
lines changed Original file line number Diff line number Diff line change 89
89
- i686-pc-windows-msvc
90
90
- x86_64-pc-windows-msvc
91
91
92
- macos :
93
- name : macOS
94
- runs-on : macos-latest
95
- needs : lints
96
- steps :
97
- - uses : actions/checkout@v2
98
- with :
99
- fetch-depth : 50
100
- - name : Install toolchain
101
- uses : actions-rs/toolchain@v1
102
- with :
103
- profile : minimal
104
- toolchain : ${{ matrix.channel }}
105
- target : ${{ matrix.target }}
106
- override : true
107
- - name : Cargo test
108
- uses : actions-rs/cargo@v1
109
- with :
110
- command : test
111
- args : --all
112
- - name : Cargo test all-features
113
- uses : actions-rs/cargo@v1
114
- with :
115
- command : test
116
- args : --all --all-features
117
- - name : Cargo build
118
- uses : actions-rs/cargo@v1
119
- with :
120
- command : build
121
- args : --all
122
- - name : Cargo build all-features
123
- uses : actions-rs/cargo@v1
124
- with :
125
- command : build
126
- args : --all --all-features
127
-
128
92
strategy :
129
93
fail-fast : true
130
94
matrix :
You can’t perform that action at this time.
0 commit comments