Skip to content

Osiris/monotonic timestamps #583

Osiris/monotonic timestamps

Osiris/monotonic timestamps #583

Workflow file for this run

name: Tests
on:
push:
branches: [main]
pull_request:
env:
CARGO_TERM_COLOR: always
jobs:
run-tests:
name: Run tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
- name: Install cargo-nextest
uses: taiki-e/install-action@nextest
- name: Run nextest
run: cargo nextest run