Skip to content

Commit

Permalink
Merge branch 'independend_prelude' of https://github.com/JSorngard/za…
Browse files Browse the repository at this point in the history
…lgo_codec into independend_prelude
  • Loading branch information
JSorngard committed Jan 3, 2025
2 parents 72cba91 + 7658e9b commit 60b46fc
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 55 deletions.
22 changes: 12 additions & 10 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,41 +15,43 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- name: format
- name: Format
run: cargo fmt --check

check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- name: install
run: cargo install cargo-all-features
- name: check all features
- uses: taiki-e/install-action@v2
with:
tool: cargo-all-features
- name: Check all feature combinations
run: cargo check-all-features

clippy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- name: clippy
- name: Clippy
run: cargo clippy -- -D warnings

test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: install
run: cargo install cargo-all-features
- name: test all features
- uses: taiki-e/install-action@v2
with:
tool: cargo-all-features
- name: Test all feature combinations
run: cargo test-all-features

build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: build
- name: Build
run: cargo build --features binary

doc:
Expand All @@ -60,7 +62,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@nightly
- name: document
- name: Document
run: cargo +nightly doc --features macro,std,serde,rkyv --no-deps

coverage:
Expand Down
Loading

0 comments on commit 60b46fc

Please sign in to comment.