Skip to content

Commit ae9a6bd

Browse files
committed
ci
1 parent 91b5062 commit ae9a6bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,14 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
os: [ubuntu-latest, windows-latest, macos-latest]
17+
os: [windows-latest, macos-latest]
1818
build_type: [Release]
1919

2020
steps:
2121
- name: checkout
2222
uses: actions/checkout@v3
2323
with:
2424
submodules: 'true'
25-
2625

2726
- uses: actions-rs/toolchain@v1
2827
with:
@@ -31,4 +30,5 @@ jobs:
3130
override: true
3231

3332
- run: cargo build
33+
3434
- run: cargo test

0 commit comments

Comments
 (0)