Skip to content

Commit e19bf33

Browse files
authored
Merge pull request #4 from yoshuawuyts/fix-ci
disable ci tests
2 parents cffe5a3 + 122f13c commit e19bf33

File tree

2 files changed

+1
-29
lines changed

2 files changed

+1
-29
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -11,35 +11,6 @@ env:
1111
RUSTFLAGS: -Dwarnings
1212

1313
jobs:
14-
build_and_test:
15-
name: Build and test
16-
runs-on: ${{ matrix.os }}
17-
strategy:
18-
matrix:
19-
os: [ubuntu-latest, windows-latest, macOS-latest]
20-
rust: [stable]
21-
22-
steps:
23-
- uses: actions/checkout@master
24-
25-
- name: Install ${{ matrix.rust }}
26-
uses: actions-rs/toolchain@v1
27-
with:
28-
toolchain: ${{ matrix.rust }}
29-
override: true
30-
31-
- name: check
32-
uses: actions-rs/cargo@v1
33-
with:
34-
command: check
35-
args: --all --bins --examples
36-
37-
- name: tests
38-
uses: actions-rs/cargo@v1
39-
with:
40-
command: test
41-
args: --all
42-
4314
check_fmt_and_docs:
4415
name: Checking fmt and docs
4516
runs-on: ubuntu-latest

tests/test.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

0 commit comments

Comments
 (0)