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 82d6aae commit f7ce1b1Copy full SHA for f7ce1b1
.github/workflows/checks.yml
@@ -95,8 +95,18 @@ jobs:
95
fail-fast: false
96
matrix:
97
os: [windows-latest, macOS-latest, ubuntu-latest]
98
- rust: [stable, beta, 1.63.0]
+ rust: [stable]
99
flags: ['', --all-features]
100
+ include:
101
+ - os: ubuntu-latest
102
+ rust: {{ env.MSRV }}
103
+ flags: ''
104
105
106
+ flags: '--all-features'
107
108
+ rust: beta
109
110
runs-on: ${{ matrix.os }}
111
steps:
112
- name: Checkout code
0 commit comments