diff options
| author | Tobias Genannt <tobias.genannt@gmail.com> | 2023-08-14 10:27:35 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-14 08:27:35 +0000 |
| commit | b48de9bd9d89fb9b6a0044a1b251e5b2ff116387 (patch) | |
| tree | ca5ed5c06329d425574ca66e8df35124eeba498b /.github | |
| parent | Include revision in status (#1166) (diff) | |
| download | atuin-b48de9bd9d89fb9b6a0044a1b251e5b2ff116387.zip | |
Run test build for client-only feature set (#1167)
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/rust.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 2a0029f2..2870f8d6 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -75,6 +75,9 @@ jobs: - name: Run cargo check (server) run: cargo check --no-default-features --features server --workspace + - name: Run cargo check (client only) + run: cargo check --no-default-features --features client --workspace + integration-test: runs-on: ubuntu-latest |
