Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

workspace refactor #129

Merged
merged 2 commits into from
May 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading