From e124a26312e2c653d4c1cc4cefc495dc3b306a22 Mon Sep 17 00:00:00 2001 From: Christopher Harrison Date: Tue, 30 Jan 2024 17:15:58 +0000 Subject: [PATCH] FFS --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e8b491e3..53e45d08 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,11 +31,11 @@ jobs: # if: matrix.os == 'ubuntu-latest' # run: export GC_DONT_GC=1; nix -L flake check - - name: Build and test executable - run: 'echo \{ \"foo\": \"bar\" \} | nix run . -- fmt -l json' + # - name: Build and test executable + # run: 'echo \{ \"foo\": \"bar\" \} | nix run . -- fmt -l json' - - name: Verify that usage in README.md matches CLI output - run: ./verify-documented-usage.sh + # - name: Verify that usage in README.md matches CLI output + # run: ./verify-documented-usage.sh - name: Build web playground Wasm app if: success() && matrix.os == 'ubuntu-latest'