Skip to content
This repository was archived by the owner on Aug 15, 2025. It is now read-only.

v0.10.0

v0.10.0 #186

Workflow file for this run

name: Build and Test (nextest)
on:
push:
branches: ["main"]
pull_request:
branches: ["*"]
env:
CARGO_TERM_COLOR: always
jobs:
linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install rust toolchain 1.85.1
uses: dtolnay/[email protected]
- uses: Swatinem/rust-cache@v2
with:
cache-all-crates: "true"
prefix-key: "linux"
- uses: taiki-e/install-action@nextest
- name: nextest run
run: |
cargo nextest run --features="types,reqwest,gateway" --failure-output final --no-fail-fast