Skip to content

Update renovate.json #9

Update renovate.json

Update renovate.json #9

Workflow file for this run

name: Test
on:
push:
env:
RUSTFLAGS: -D warnings
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
- run: cargo test