Skip to content

train: not warm up if it's restored #57

train: not warm up if it's restored

train: not warm up if it's restored #57

Workflow file for this run

name: CI
on:
pull_request:
push:
branches: [main, v*]
jobs:
CI:
runs-on: ubuntu-latest
strategy:
matrix:
toolchain: [stable, nightly]
steps:
- uses: actions/checkout@v4
- run: rustup update && rustup default ${{ matrix.toolchain }}
- run: cargo test