Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Mcdostone committed Oct 21, 2023
1 parent d6cea26 commit e240fde
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- ''
include:
- rust: stable
features: ''
features: '--all-features'
- rust: stable
features: '--no-default-features'
- rust: stable
Expand All @@ -56,7 +56,7 @@ jobs:
- rust: stable
features: '--features "deserialize"'
- rust: nightly
features: ''
features: '--all-features'
- rust: nightly
features: '--no-default-features'
steps:
Expand All @@ -65,7 +65,7 @@ jobs:
with:
toolchain: ${{ matrix.rust }}
- uses: Swatinem/rust-cache@v2
- name: Run cargo check
- name: Run cargo build
run: cargo build ${{ matrix.features }}

clippy:
Expand Down

0 comments on commit e240fde

Please sign in to comment.