Skip to content

Commit

Permalink
Update .github/workflows/extension-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanpwang authored Jan 5, 2025
1 parent 1cc1737 commit 75250a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/extension-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
cargo nextest run --cargo-profile=fast
- name: Run ${{ matrix.extension.name }} integration tests
if: hashFiles(format('extensions/{0}/tests', matrix.extension.path)) != ''
working-directory: extensions/${{ matrix.extension.path }}/tests
run: |
rustup component add rust-src --toolchain nightly-2024-10-30
Expand Down

0 comments on commit 75250a4

Please sign in to comment.