Fix auto update command

This commit is contained in:
Mikayla 2023-11-17 21:52:49 -08:00
parent eb2e9a59b7
commit fd6e47c167
No known key found for this signature in database
3 changed files with 8 additions and 4 deletions

View file

@ -25,10 +25,10 @@ runs:
env:
RUSTFLAGS: -D warnings
shell: bash -euxo pipefail {0}
run: echo cargo check --tests --workspace
run: cargo check --tests --workspace
- name: Run tests
env:
RUSTFLAGS: -D warnings
shell: bash -euxo pipefail {0}
run: echo cargo nextest run --workspace --no-fail-fast
run: cargo nextest run --workspace --no-fail-fast

View file

@ -92,7 +92,7 @@ jobs:
run: script/generate-licenses
- name: Create app bundle
run: script/bundle -2d
run: script/bundle -2
- name: Upload Zed Nightly
run: script/upload-nightly