Skip to content

Commit

Permalink
Test different features
Browse files Browse the repository at this point in the history
  • Loading branch information
tyt2y3 committed Aug 14, 2021
1 parent 7b6c201 commit bfe5f0d
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 11 deletions.
30 changes: 25 additions & 5 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,31 @@ jobs:
command: build
args: --no-default-features

- uses: actions-rs/cargo@v1
with:
command: build
args: --all-features

- uses: actions-rs/cargo@v1
with:
command: build
args: --features=with-chrono

- uses: actions-rs/cargo@v1
with:
command: build
args: --features=with-json

- uses: actions-rs/cargo@v1
with:
command: build
args: --features=with-rust_decimal

- uses: actions-rs/cargo@v1
with:
command: build
args: --features=with-uuid

test:
name: Unit Test
runs-on: ubuntu-20.04
Expand All @@ -39,11 +64,6 @@ jobs:
toolchain: stable
override: true

- uses: actions-rs/cargo@v1
with:
command: build
args: --all-features

- uses: actions-rs/cargo@v1
with:
command: test
Expand Down
6 changes: 0 additions & 6 deletions develop/test-features.sh

This file was deleted.

0 comments on commit bfe5f0d

Please sign in to comment.