mirror of
https://github.com/denoland/std.git
synced 2024-11-21 20:50:22 +00:00
chore: temporarily disable canary (#5290)
* chore: temporarily disable canary * fix * fix * more fixing * fix * fixing...
This commit is contained in:
parent
004432499e
commit
fc2975b21f
14
.github/workflows/ci.yml
vendored
14
.github/workflows/ci.yml
vendored
@ -18,7 +18,9 @@ jobs:
|
||||
matrix:
|
||||
deno:
|
||||
- v1.x
|
||||
- canary
|
||||
# TODO(iuioiua): Re-enable once workspaces functionality is fixed in canary
|
||||
# See: https://github.com/denoland/deno/issues/24422
|
||||
# - canary
|
||||
os:
|
||||
- ubuntu-latest
|
||||
- windows-latest
|
||||
@ -81,7 +83,10 @@ jobs:
|
||||
- name: Set up Deno
|
||||
uses: denoland/setup-deno@v1
|
||||
with:
|
||||
deno-version: canary
|
||||
# TODO(iuioiua): Revert once workspaces functionality is fixed in canary
|
||||
# See: https://github.com/denoland/deno/issues/24422
|
||||
# deno-version: canary
|
||||
deno-version: v1.x
|
||||
|
||||
- name: Format
|
||||
run: deno fmt --check
|
||||
@ -151,7 +156,10 @@ jobs:
|
||||
- name: Set up Deno
|
||||
uses: denoland/setup-deno@v1
|
||||
with:
|
||||
deno-version: canary
|
||||
# TODO(iuioiua): Revert once workspaces functionality is fixed in canary
|
||||
# See: https://github.com/denoland/deno/issues/24422
|
||||
# deno-version: canary
|
||||
deno-version: v1.x
|
||||
|
||||
- name: Publish (dry run)
|
||||
run: deno publish --dry-run
|
||||
|
5
.github/workflows/workspace_publish.yml
vendored
5
.github/workflows/workspace_publish.yml
vendored
@ -20,7 +20,10 @@ jobs:
|
||||
- name: Set up Deno
|
||||
uses: denoland/setup-deno@v1
|
||||
with:
|
||||
deno-version: canary
|
||||
# TODO(iuioiua): Revert once workspaces functionality is fixed in canary
|
||||
# See: https://github.com/denoland/deno/issues/24422
|
||||
# deno-version: canary
|
||||
deno-version: v1.x
|
||||
|
||||
- name: Format
|
||||
run: deno fmt --check
|
||||
|
@ -41,6 +41,8 @@ import { ascend } from "@std/data-structures/comparators";
|
||||
import type { DelayOptions } from "@std/async/delay";
|
||||
import { _internals } from "./_time.ts";
|
||||
|
||||
export type { DelayOptions };
|
||||
|
||||
/**
|
||||
* An error related to faking time.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user