Skip to content

chore(deps): bump denoland/setup-deno from 1.1.2 to 1.1.3 #400

chore(deps): bump denoland/setup-deno from 1.1.2 to 1.1.3

chore(deps): bump denoland/setup-deno from 1.1.2 to 1.1.3 #400

Workflow file for this run

name: Test
on: push
jobs:
test:
name: Run Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: denoland/setup-deno@0df5d9c641efdff149993c321fc27c11c5df8623 # v1.1.3
with:
deno-version: v1.x
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- uses: actions/cache@v3
with:
path: |
~/.cargo/bin/
~/.cargo/registry/index/
~/.cargo/registry/cache/
~/.cargo/git/db/
target/
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
- run: deno task star
- run: deno task test
- run: deno task test-rust