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'