diff --git a/.github/workflows/test-nightly.yml b/.github/workflows/test-nightly.yml index 1e713b92..7f6290fb 100644 --- a/.github/workflows/test-nightly.yml +++ b/.github/workflows/test-nightly.yml @@ -23,20 +23,5 @@ jobs: with: deno-version: ${{ matrix.deno_version }} - - name: Run command tests - run: > - deno test command/test/command --allow-env --unstable && - deno test command/test/option && - deno test command/test/type - - - name: Run flags tests - run: deno test flags - - - name: Run keycode tests - run: deno test keycode - - - name: Run prompt tests - run: deno test prompt --unstable - - - name: Run table tests - run: deno test table \ No newline at end of file + - name: Run tests + run: deno test --allow-all --unstable \ No newline at end of file