diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index cf154a8..de3ee41 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -36,7 +36,7 @@ jobs: feature: - name: default - - name: minimal-mimalloc + - name: minimal+mimalloc flags: "--no-default-features -F mimalloc" - name: minimal @@ -61,7 +61,7 @@ jobs: ~/.cargo/registry/cache/ ~/.cargo/git/db/ target/ - key: build_${{ matrix.os }}_${{ matrix.feature.name }}_${{ hashFiles('**.toml', 'Cargo.*') }} + key: lint_${{ matrix.feature.name }}_${{ hashFiles('**.toml', 'Cargo.*') }} - name: Switch to nightly toolchain run: rustup default nightly