Skip to content

Commit

Permalink
split fmt and test
Browse files Browse the repository at this point in the history
  • Loading branch information
justjavac committed Dec 8, 2019
1 parent 5459b94 commit 049689e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ jobs:
uses: denolib/setup-deno@master
with:
deno-version: ${{ matrix.deno }}
- name: run fmt
run: deno fmt --check .
- name: run tests
run: |
deno --version
deno fmt --check .
deno test --allow-net .
run: deno test --allow-net .

0 comments on commit 049689e

Please sign in to comment.