Skip to content

chore: group jaq crates into single PR in renovate config #2618

chore: group jaq crates into single PR in renovate config

chore: group jaq crates into single PR in renovate config #2618

Workflow file for this run

name: Test
on:
push:
branches: [main]
pull_request:
branches: [main]
env:
CARGO_TERM_COLOR: always
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- uses: dtolnay/rust-toolchain@stable
- name: Run tests
run: cargo test --all