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:
Victor Lanvin 2024-07-23 07:10:09 -07:00 committed by Facebook GitHub Bot
parent 180d30dc5f
commit 23417bce79

View file

@ -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: