Skip to content

Commit b51475e

Browse files
committed
👷 ci: Fix outdated deno command
1 parent f4aef7a commit b51475e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎.circleci/config.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
deno -v
3131
- run:
3232
name: Test
33-
command: deno ./test.ts
33+
command: deno -r ./test.ts
3434
- run:
3535
name: Benchmark
3636
when: on_success
@@ -53,14 +53,14 @@ jobs:
5353
name: Versions
5454
command: |
5555
pwd
56-
deno -v
56+
deno version
5757
- run:
5858
name: Test
59-
command: deno ./test.ts
59+
command: deno -r run ./test.ts
6060
- run:
6161
name: Benchmark
6262
when: on_success
63-
command: deno ./bench.ts
63+
command: deno run ./bench.ts
6464

6565
workflows:
6666
version: 2

0 commit comments

Comments
 (0)