diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/rust.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 85d5e5d9..7f9b644b 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -147,7 +147,7 @@ jobs: run: cargo check --no-default-features --features sync --workspace - name: Run cargo check (server) - run: cargo check --no-default-features --features server --workspace + run: cargo check -p atuin-server - name: Run cargo check (client only) run: cargo check --no-default-features --features client --workspace |
