Skip to content

Commit

Permalink
workspace refactor (#129)
Browse files Browse the repository at this point in the history
Co-authored-by: Enrico Zandomeni Borba <[email protected]>
  • Loading branch information
tjjfvi and enricozb authored May 27, 2024
1 parent 87e6056 commit 7cdb1ff
Show file tree
Hide file tree
Showing 97 changed files with 1,767 additions and 5,774 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
key: ${{ runner.os }}-check-${{ hashFiles('**/Cargo.lock') }}
- run: RUSTFLAGS="-D warnings" cargo check --all-targets
- run: RUSTFLAGS="-D warnings" cargo check --all-targets --features trace
- run: RUSTFLAGS="-D warnings" cargo check --all-targets --features _fuzz
- run: RUSTFLAGS="-D warnings" cargo check --all-targets --no-default-features
clippy:
runs-on: ubuntu-latest
Expand All @@ -40,7 +39,6 @@ jobs:
key: ${{ runner.os }}-clippy-${{ hashFiles('**/Cargo.lock') }}
- run: RUSTFLAGS="-D warnings" cargo clippy --all-targets
- run: RUSTFLAGS="-D warnings" cargo clippy --all-targets --features trace
- run: RUSTFLAGS="-D warnings" cargo clippy --all-targets --features _fuzz
- run: RUSTFLAGS="-D warnings" cargo clippy --all-targets --no-default-features
test:
runs-on: ubuntu-latest
Expand All @@ -56,7 +54,6 @@ jobs:
target
key: ${{ runner.os }}-test-${{ hashFiles('**/Cargo.lock') }}
- run: cargo test --release
- run: cargo test --release --features _fuzz --test fuzz
fmt:
runs-on: ubuntu-latest
timeout-minutes: 10
Expand Down
Loading

0 comments on commit 7cdb1ff

Please sign in to comment.