Skip to content

Commit

Permalink
fix deno_version
Browse files Browse the repository at this point in the history
  • Loading branch information
c4spar committed Sep 25, 2024
1 parent 650cc2e commit ced0db8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@ jobs:
matrix:
runtime: [deno, node]
os: [macOS-latest, windows-latest, ubuntu-latest]
deno_version: [v1.x, rc]
include:
- runtime: deno
deno_version: v1.x
- runtime: deno
deno_version: rc
env:
RUST_BACKTRACE: full
DENO_FUTURE: 1
Expand Down

0 comments on commit ced0db8

Please sign in to comment.