Skip to content

Fix qual string length to match TSO trim #133

Fix qual string length to match TSO trim

Fix qual string length to match TSO trim #133

Workflow file for this run

name: Run Tests
on:
push:
branches:
- 'main'
env:
CARGO_TERM_COLOR: always
jobs:
test:
name: Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- uses: actions-rs/cargo@v1
with:
command: test