Skip to content

disable non deterministic hashmap test #12

disable non deterministic hashmap test

disable non deterministic hashmap test #12

Workflow file for this run

name: CI
on:
push:
branches: ["main", "staging"]
pull_request:
branches: ["main"]
env:
CARGO_TERM_COLOR: always
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- uses: actions/setup-python@v5
with:
python-version: "3.12"
- run: pip install -r dev-requirements.txt
- run: pytest