diff options
| author | Lukas Wirth <lukastw97@gmail.com> | 2023-12-15 15:57:27 +0100 |
|---|---|---|
| committer | Lukas Wirth <lukastw97@gmail.com> | 2023-12-21 17:23:36 +0100 |
| commit | 96051bc0d8b0985769f1f7581052b342a04602f7 (patch) | |
| tree | c093ae0335a7ea750aef38d23acc01020b75072f /.github | |
| parent | 874df3bffa76a22e92840eb60aa4018c7152512e (diff) | |
Fix workspace layout
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yaml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1f2a7796d11..be830415f9c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -38,7 +38,6 @@ jobs: - 'crates/proc-macro-api/**' - 'crates/proc-macro-srv/**' - 'crates/proc-macro-srv-cli/**' - - 'crates/proc-macro-test/**' rust: needs: changes |
