Remove rust-analyzer smoke test

Co-Authored-By: Nathan Sobo <nathan@zed.dev>
This commit is contained in:
Antonio Scandurra
2022-02-21 17:28:55 +01:00
co-authored by Nathan Sobo
parent aee479d615
commit af0ce62d3b
2 changed files with 1 additions and 69 deletions
+1 -9
View File
@@ -34,11 +34,6 @@ jobs:
with:
clean: false
- name: Download rust-analyzer
run: |
script/download-rust-analyzer
echo "$PWD/vendor/bin" >> $GITHUB_PATH
- name: Run tests
run: cargo test --workspace --no-fail-fast
@@ -69,14 +64,11 @@ jobs:
uses: actions/checkout@v2
with:
clean: false
- name: Validate version
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
run: script/validate-version
- name: Download rust-analyzer
run: script/download-rust-analyzer
- name: Create app bundle
run: script/bundle