Skip to content

Commit

Permalink
Enable testing with Deno
Browse files Browse the repository at this point in the history
  • Loading branch information
cowboyd committed Sep 16, 2024
1 parent 578c5b9 commit 061e7f5
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,7 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: volta-cli/action@v3
- uses: denoland/setup-deno@v1
with:
registry-url: https://registry.npmjs.org
- name: Install Dependencies
run: yarn
- name: Prepack
run: yarn prepack
- name: Lint
run: yarn lint
- name: Test
run: yarn test
deno-version: v1.x
- run: deno test -A
3 changes: 3 additions & 0 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,8 @@
},
"imports": {
"@deno/dnt": "jsr:@deno/dnt@^0.41.3"
},
"test": {
"exclude": ["**/sample/*"]
}
}
23 changes: 23 additions & 0 deletions deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 061e7f5

Please sign in to comment.