Skip to content

fix: restore deref behavior for get_path (#56) #48

fix: restore deref behavior for get_path (#56)

fix: restore deref behavior for get_path (#56) #48

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