We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9172606 + a701d0c commit c51d9cfCopy full SHA for c51d9cf
1 file changed
.github/workflows/cargo-build-and-test.yml
@@ -18,7 +18,7 @@ jobs:
18
strategy:
19
fail-fast: false
20
matrix:
21
- os: [windows-latest, ubuntu-latest]
+ os: [windows-latest, macos-latest, ubuntu-latest]
22
toolchain:
23
- stable
24
steps:
0 commit comments