summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/testsuite.yaml4
1 files changed, 0 insertions, 4 deletions
diff --git a/.github/workflows/testsuite.yaml b/.github/workflows/testsuite.yaml
index 031b716..5e3793f 100644
--- a/.github/workflows/testsuite.yaml
+++ b/.github/workflows/testsuite.yaml
@@ -23,9 +23,5 @@ jobs:
23 steps: 23 steps:
24 - name: Checking out the code 24 - name: Checking out the code
25 uses: actions/checkout@v3 25 uses: actions/checkout@v3
26 - name: Downloading musl-based toolchain
27 run: wget https://musl.cc/x86_64-linux-musl-native.tgz
28 - name: Extracting musl-based toolchain
29 run: tar xzf ./x86_64-linux-musl-native.tgz
30 - name: Running the testsuite 26 - name: Running the testsuite
31 run: make -C tests clang | grep -zqv FAIL 27 run: make -C tests clang | grep -zqv FAIL