Skip to content

chore(deps): bump hashbrown from 0.15.0 to 0.15.2 #22

chore(deps): bump hashbrown from 0.15.0 to 0.15.2

chore(deps): bump hashbrown from 0.15.0 to 0.15.2 #22

Workflow file for this run

name: Build and Test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Build
run: cargo build --verbose
- name: Test
run: cargo test --all --all-features --all-targets --verbose