Skip to content

feat: add starts_with_string for asserting string-likes #95

feat: add starts_with_string for asserting string-likes

feat: add starts_with_string for asserting string-likes #95

Workflow file for this run

permissions:
contents: read
on:
push:
branches: [main]
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
name: test
jobs:
test:
runs-on: ubuntu-latest
name: ${{ matrix.toolchain }} / test
strategy:
matrix:
toolchain: [stable]
steps:
- uses: actions/checkout@v4
with:
submodules: true
- name: Install ${{ matrix.toolchain }}
uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ matrix.toolchain }}
- name: cargo test
run: cargo test --all --all-features