Skip to content

fix: restore deref behavior for get_path #47

fix: restore deref behavior for get_path

fix: restore deref behavior for get_path #47

Workflow file for this run

on:
push:
branches:
- master
pull_request:
branches:
- master
name: linux
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- run: cargo build --verbose
- run: cargo test --verbose