diff options
author | Skyler Hawthorne | 2022-04-27 12:44:20 +0000 |
---|---|---|
committer | Skyler Hawthorne | 2022-06-19 03:57:47 +0000 |
commit | 28e94fb2613fbedeef56c1bc6e21830277bb35bb (patch) | |
tree | 5fac7bfd846fe9b28c2cd84b83bd980b11c8f96e /.github/workflows | |
parent | 4e34ee7d2e9dcf9b166abce20f5b2dd083ad2006 (diff) |
need the full languages config for integration tests
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/build.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 50829caa..9d0383a7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -53,9 +53,6 @@ jobs: - uses: Swatinem/rust-cache@v1 - - name: Copy minimal languages config - run: cp .github/workflows/languages.toml ./languages.toml - - name: Cache test tree-sitter grammar uses: actions/cache@v3 with: |