mirror of
https://github.com/WhatsApp/erlang-language-platform.git
synced 2025-12-23 12:26:48 +00:00
Remove testing functions
Summary: Remove eqWAlizer test from CI, and remove dir `eqwalizer/test`. Leaving `test_projects` for now until merging with ELP tests. Reviewed By: ilya-klyuchnikov Differential Revision: D60043865 fbshipit-source-id: 6d42e19f047831e4713932e1f26789d439546ea2
This commit is contained in:
parent
180d30dc5f
commit
23417bce79
1 changed files with 0 additions and 5 deletions
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
|
@ -134,11 +134,6 @@ jobs:
|
|||
with:
|
||||
name: elp-${{ matrix.os }}-${{ matrix.target }}-otp-${{ matrix.otp-version }}
|
||||
path: target/${{ matrix.target}}/release/elp
|
||||
- name: Test eqwalizer
|
||||
# Do not run the tests in case of cross-compilation
|
||||
if: matrix.platform-arch != 'ubuntu-20.04-arm'
|
||||
working-directory: eqwalizer/eqwalizer
|
||||
run: 'sbt test'
|
||||
- name: Upload eqwalizer native binary
|
||||
uses: "actions/upload-artifact@v3"
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue