prefetch-index 0.2.1

Utility to prefetch a slice element
Documentation
name: Test

on:
  push:
    branches: ["master"]
  pull_request:
    branches: ["master"]
  workflow_dispatch:

env:
  CARGO_TERM_COLOR: always

jobs:
  test:
    strategy:
      matrix:
        os: [ubuntu-latest, macos-latest]
    runs-on: ${{ matrix.os }}
    steps:
      - uses: actions/checkout@v4
      # - uses: dtolnay/rust-toolchain@nightly
      # - uses: Swatinem/rust-cache@v2
      # - name: Use portable config
      #   run: mv .cargo/config-portable.toml .cargo/config.toml
      - run: cargo test -r -- --nocapture