Skip to content

Commit ded0633

Browse files
committed
Run all CI on GH actions
1 parent a7e5e27 commit ded0633

File tree

2 files changed

+9
-70
lines changed

2 files changed

+9
-70
lines changed

.circleci/config.yml

Lines changed: 0 additions & 68 deletions
This file was deleted.

.github/workflows/ci.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,14 @@ jobs:
2222
- uses: sfackler/actions/rustfmt@master
2323

2424
windows:
25-
name: windows
26-
runs-on: windows-latest
25+
strategy:
26+
matrix:
27+
os:
28+
- ubuntu-latest
29+
- windows-latest
30+
- macos-latest
31+
name: test-${{ matrix.os }}
32+
runs-on: ${{ matrix.os }}
2733
steps:
2834
- uses: actions/checkout@v2
2935
- uses: sfackler/actions/rustup@master
@@ -49,3 +55,4 @@ jobs:
4955
key: target-${{ runner.os }}-${{ steps.rust-version.outputs.version }}-${{ hashFiles('Cargo.lock') }}
5056
- run: cargo test
5157
- run: cargo test --features alpn
58+
- run: cargo test --features vendored

0 commit comments

Comments
 (0)