Skip to content

Merge pull request #304 from flyingrobots/feat/adr-0008-0009-phase-7 #252

Merge pull request #304 from flyingrobots/feat/adr-0008-0009-phase-7

Merge pull request #304 from flyingrobots/feat/adr-0008-0009-phase-7 #252

Workflow file for this run

# SPDX-License-Identifier: Apache-2.0
# © James Ross Ω FLYING•ROBOTS <https://github.com/flyingrobots>
name: Determinism Tests
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
determinism:
name: Materialization Determinism
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: false
- uses: dtolnay/rust-toolchain@1.90.0
- uses: Swatinem/rust-cache@v2
with:
workspaces: |
.
- name: Run determinism tests
run: cargo test --package warp-core --test materialization_determinism