Skip to content

update following rusty_mujoco #60

update following rusty_mujoco

update following rusty_mujoco #60

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