Skip to content
Prev Previous commit
Next Next commit
refactor: move deno tests into normal test file
  • Loading branch information
Skn0tt committed Sep 29, 2023
commit 1848684bf418d797e7b1e04fa27121c89b640aab
27 changes: 0 additions & 27 deletions .github/workflows/test-deno.yml

This file was deleted.

2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:
run: npm run format:ci
- name: Run tests against next@latest
run: npm test
- name: Run Deno tests
run: npm run test:deno
canary:
name: Unit tests (Canary)
runs-on: ${{ matrix.os }}
Expand Down