diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 43cc6ec..34bcf81 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -18,9 +18,9 @@ jobs: - name: Run check run: deno task check -# TODO: Re-enable these tests -# - name: Run test:doc -# run: deno task test:doc + # TODO: Re-enable these tests + # - name: Run test:doc + # run: deno task test:doc - name: Run fmt run: deno task fmt:check