Fix CI test action and remove incomplete test case

This commit is contained in:
Lol3rrr
2024-10-17 17:55:48 +02:00
parent 52d58efa23
commit c48e8f3e42
2 changed files with 4 additions and 3 deletions

View File

@@ -23,11 +23,11 @@ jobs:
lint:
runs-on: ubuntu-latest
strategy:
matrix:
crate: [analysis, backend]
steps:
- uses: actions/checkout@v4
with:
lfs: 'true'
submodules: 'recursive'
- name: Install latest nightly
uses: actions-rs/toolchain@v1
with: