Skip to content

Commit

Permalink
Test features individually
Browse files Browse the repository at this point in the history
  • Loading branch information
orf authored and algesten committed Oct 20, 2019
1 parent da42f2e commit 1264213
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ jobs:
build_and_test:
name: Rust project
runs-on: ubuntu-latest
strategy:
matrix:
feature:
- charset
- tls
- cookies
env:
RUST_BACKTRACE: "1"
steps:
Expand All @@ -19,4 +25,4 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: test
args: --all-features
args: --features json ${{ matrix.feature }}

0 comments on commit 1264213

Please sign in to comment.