Skip to content

Commit

Permalink
activate deno test
Browse files Browse the repository at this point in the history
  • Loading branch information
sigmaSd committed Mar 24, 2024
1 parent cb91f0b commit b525227
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@ jobs:
continue-on-error: ${{ matrix.can-fail }}

# TODO: figure out how to unflake this
# - name: Install deno
# uses: denoland/setup-deno@v1
# with:
# deno-version: v1.x
- name: Install deno
uses: denoland/setup-deno@v1
with:
deno-version: v1.x

# - name: End to End test with deno
# run: deno run -A --unstable tests/deno_bot_test.ts
- name: End to End test with deno
run: ./tests/deno_bot_test.ts

# - name: Test Packaging
# if: matrix.rust == 'stable'
Expand Down

0 comments on commit b525227

Please sign in to comment.