Files
ingey/.gitea/workflows/test.yaml
vato007 2eb8137167
All checks were successful
test / test (push) Successful in 4m27s
Stop specifying number of threads in ci build
2026-04-02 17:04:22 +10:30

16 lines
375 B
YAML

name: test
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
lfs: true
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
# Limit to one test at a time as the CI infrastructure struggles if trying to start too many containers at once
- run: cargo test --release