From cf78f7546f00a6e6fbf1022d69a4cbd6001a35fc Mon Sep 17 00:00:00 2001 From: Louis Pilfold Date: Sat, 9 Oct 2021 17:28:38 +0100 Subject: [PATCH] Remove test --- .github/workflows/ci.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e48504f38..ca30425e3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -152,10 +152,6 @@ jobs: run: make clean javascript working-directory: ./test/language - - name: test/build_with_gleam - run: gleam eunit - working-directory: ./test/build_with_gleam - - name: test/rebar_project run: rebar3 eunit working-directory: ./test/rebar_project