From d2662f2e49bdc136fa637c0628db05d874d2c548 Mon Sep 17 00:00:00 2001 From: Karthik Nadig Date: Wed, 17 Jul 2024 22:46:22 -0700 Subject: [PATCH] Fix coverage --- .github/workflows/pr-check.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/pr-check.yml b/.github/workflows/pr-check.yml index 0498409f6acb5..dd27e0e8d4a5a 100644 --- a/.github/workflows/pr-check.yml +++ b/.github/workflows/pr-check.yml @@ -519,6 +519,13 @@ jobs: requirements-file: './python_files/jedilsp_requirements/requirements.txt' options: '-t ./python_files/lib/jedilsp --implementation py' + - name: Rust Tool Chain setup + uses: dtolnay/rust-toolchain@stable + + - name: Build Native Binaries + run: nox --session native_build + shell: bash + - name: Install test requirements run: python -m pip install --upgrade -r build/test-requirements.txt