Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
c4spar committed Sep 25, 2024
1 parent dae3a97 commit 0ff8ca0
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,15 @@ jobs:
strategy:
fail-fast: false
matrix:
module: [ansi, command, flags, keycode, keypress, prompt, table, testing]
module:
- ansi
- command
- flags
- keycode
- keypress
- prompt
- table
- testing
os: [macOS-latest, windows-latest, ubuntu-latest]
deno: [v1.x, rc]
env:
Expand Down

0 comments on commit 0ff8ca0

Please sign in to comment.