Skip to content

Commit

Permalink
chore(ci): fix nightly tests (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
c4spar committed Mar 26, 2021
1 parent 37b07e9 commit 6e55b57
Showing 1 changed file with 2 additions and 17 deletions.
19 changes: 2 additions & 17 deletions .github/workflows/test-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
- name: Run tests
run: deno test --allow-all --unstable

0 comments on commit 6e55b57

Please sign in to comment.