diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3e20326fe..b256914cb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,12 +45,12 @@ jobs: - name: Lint run: | pnpm run lint - pnpm run lint:rust - # - name: Lint Rust - # run: | - # cargo +nightly fmt --all --check - # cargo clippy -- -W clippy::pedantic -W clippy::nursery -A clippy::missing-errors-doc -A clippy::module_name_repetitions + # - name: Lint Rust + # run: | + # # pnpm run lint:rust + # cargo +nightly fmt --all --check + # cargo clippy -- -W clippy::pedantic -W clippy::nursery -A clippy::missing-errors-doc -A clippy::module_name_repetitions build-test: name: Build Test