Skip to content

scupt-util, fix MTSet/MTMap hash compute #45

scupt-util, fix MTSet/MTMap hash compute

scupt-util, fix MTSet/MTMap hash compute #45

Workflow file for this run

name: Build
on:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: rustup default stable
- run: rustup update
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose