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 91b5062 commit ae9a6bdCopy full SHA for ae9a6bd
.github/workflows/rust.yml
@@ -14,15 +14,14 @@ jobs:
14
strategy:
15
fail-fast: false
16
matrix:
17
- os: [ubuntu-latest, windows-latest, macos-latest]
+ os: [windows-latest, macos-latest]
18
build_type: [Release]
19
20
steps:
21
- name: checkout
22
uses: actions/checkout@v3
23
with:
24
submodules: 'true'
25
-
26
27
- uses: actions-rs/toolchain@v1
28
@@ -31,4 +30,5 @@ jobs:
31
30
override: true
32
33
- run: cargo build
+
34
- run: cargo test
0 commit comments