Skip to content

Commit

Permalink
chore: ci, update, cleanup and doc
Browse files Browse the repository at this point in the history
  • Loading branch information
llenotre committed Sep 8, 2024
1 parent b867e46 commit 37ffdcb
Show file tree
Hide file tree
Showing 10 changed files with 506 additions and 428 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: [self-hosted, linux]
steps:
- uses: actions/checkout@v4
- run: cargo doc
- run: cargo doc --all-features
offline:
runs-on: [self-hosted, linux]
steps:
Expand All @@ -20,7 +20,7 @@ jobs:
- name: Check release compilation
run: cargo build --release
- name: Clippy
run: cargo clippy
run: cargo clippy --all-targets
- name: Unit tests
run: cargo test
online:
Expand All @@ -32,6 +32,6 @@ jobs:
- name: Check release compilation
run: cargo build --release --features network
- name: Clippy
run: cargo clippy --features network
run: cargo clippy --features network --all-targets
- name: Unit tests
run: cargo test --features network
run: cargo test --features network --all-targets
Loading

0 comments on commit 37ffdcb

Please sign in to comment.