Skip to content

copy inner text

copy inner text #12

Workflow file for this run

name: Latest
on:
push:
branches:
- "master"
env:
CARGO_TERM_COLOR: always
jobs:
test:
name: Test Suite
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
- run: cargo test --verbose -- --nocapture