Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Bump tokio from 1.44.0 to 1.44.1#274

Bump tokio from 1.44.0 to 1.44.1

Bump tokio from 1.44.0 to 1.44.1 #274

Workflow file for this run

name:Tests
on:
push:
branches:[ master ]
paths:
-'.github/workflows/*'
-'src/**'
-'docs/**'
-'Cargo.*'
-build.rs
pull_request:
branches:[ master ]
paths:
-'.github/workflows/*'
-'src/**'
-'docs/**'
-'Cargo.*'
-build.rs
env:
CARGO_TERM_COLOR:always
jobs:
unit-tests:
runs-on:${{ matrix.os }}
continue-on-error:${{ matrix.rust == 'nightly' }}
strategy:
matrix:
os:[ubuntu-20.04, ubuntu-22.04, macos-latest]
rust:[stable, beta]
steps:
-name:Checkout repository
uses:actions/checkout@v4
-name:Install Rust toolchain
uses:actions-rs/toolchain@v1
with:
profile:minimal
toolchain:${{ matrix.rust }}
override:true
-name:Install cargo-hack
uses:actions-rs/cargo@v1
with:
command:install
args:cargo-hack
-name:Run unit tests
uses:actions-rs/cargo@v1
with:
command:hack
args:test --feature-powerset

[8]ページ先頭

©2009-2025 Movatter.jp