highroller 0.1.0

A simple, high-level rolling index that is thread-safe and guarantees cheap runtime-unique IDs.
Documentation
name:  'Crate: PR'

on:
  pull_request:
    types: [ synchronize, opened, reopened ]
    branches:
      - 'main'

jobs:
  call_crate_cicd:
    uses: orgrinrt/cicd/.github/workflows/crate_ci.yml@main
    secrets:
      CRATES_IO_TOKEN: ${{ secrets.CRATES_IO_TOKEN }}
      GH_RELEASE_TOKEN: ${{ secrets.GH_RELEASE_TOKEN }}
    with:
      profile: 'minimal'
      toolchain: 'stable'
      override: true
      deploy_cratesio: false
      force_build: false
      force_tests: false
      force_deploy: false
      auto_bump: false
      test_feature_sets: "test_suite_a, test_suite_b, test_suite_c"