Skip to content

chore(deps): update itertools requirement from 0.11.0 to 0.12.0 in /dap-lib #126

chore(deps): update itertools requirement from 0.11.0 to 0.12.0 in /dap-lib

chore(deps): update itertools requirement from 0.11.0 to 0.12.0 in /dap-lib #126

Workflow file for this run

name: Unit tests
on:
push:
branches: [main, develop]
pull_request:
branches: [main, develop]
env:
CARGO_TERM_COLOR: always
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run unit tests
run: |
cargo test --verbose