Skip to content

Commit

Permalink
👷 ci: Fix outdated deno command
Browse files Browse the repository at this point in the history
  • Loading branch information
motss committed May 4, 2019
1 parent f4aef7a commit b51475e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
deno -v
- run:
name: Test
command: deno ./test.ts
command: deno -r ./test.ts
- run:
name: Benchmark
when: on_success
Expand All @@ -53,14 +53,14 @@ jobs:
name: Versions
command: |
pwd
deno -v
deno version
- run:
name: Test
command: deno ./test.ts
command: deno -r run ./test.ts
- run:
name: Benchmark
when: on_success
command: deno ./bench.ts
command: deno run ./bench.ts

workflows:
version: 2
Expand Down

0 comments on commit b51475e

Please sign in to comment.