Skip to content

feat: Expose underlying cache_db with env.db() function #921

feat: Expose underlying cache_db with env.db() function

feat: Expose underlying cache_db with env.db() function #921

Workflow file for this run

name: test
on:
pull_request:
types: [opened, synchronize, reopened]
paths-ignore:
- "arbiter-bindings/*"
jobs:
test:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: install rust toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: stable
- name: test
run: cargo test --workspace --all-features