From 130a26cc21d793e6740aabe6bf51837b444588a8 Mon Sep 17 00:00:00 2001 From: Albert Date: Wed, 12 Mar 2025 13:35:26 -0400 Subject: [PATCH] Remove Linux Tests --- .github/workflows/linux.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index b8f67a40..c8eecc8f 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -85,13 +85,6 @@ jobs: exit $exit_code - name: Setup Browser uses: browser-actions/setup-chrome@v1 - - name: Setup Tests - run: | - sudo apt update && sudo apt install xvfb - cd tests - make call_c_from_js.c - make fail_test.c - ls -1 - name: Prepare Artifact run: | cp -r include dist