Skip to content

chore: update links in Cargo.toml, Github Action for clippy #8

chore: update links in Cargo.toml, Github Action for clippy

chore: update links in Cargo.toml, Github Action for clippy #8

Workflow file for this run

name: Test
on: [ push, pull_request ]
jobs:
native:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Rust toolchain
run: rustup show && rustup update
- name: Build murmurhash3
run: cargo build
- name: cargo test
uses: actions-rs/cargo@v1
with:
command: test
args: --workspace