File tree Expand file tree Collapse file tree 1 file changed +0
-45
lines changed Expand file tree Collapse file tree 1 file changed +0
-45
lines changed Original file line number Diff line number Diff line change 79
79
with :
80
80
command : build
81
81
args : --all --all-features
82
-
83
82
strategy :
84
83
fail-fast : true
85
84
matrix :
88
87
# Windows
89
88
- i686-pc-windows-msvc
90
89
- x86_64-pc-windows-msvc
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
- strategy :
129
- fail-fast : true
130
- matrix :
131
- channel : [stable, beta, nightly]
132
- target :
133
- # macOS
134
- - x86_64-apple-darwin
You can’t perform that action at this time.
0 commit comments