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

Rework everything to use SharedString#5

Rework everything to use SharedString

Rework everything to use SharedString #5

Workflow file for this run

name:Check ec4rs
on:
pull_request:
paths:
-'src/**.rs'
-'Cargo.toml'
-'.github/workflows/check-lib.yml'
push:
branches:
-main
jobs:
test:
name:MSRV Tests (library)
runs-on:${{ matrix.os }}
strategy:
matrix:
build:[linux, windows]
include:
-build:linux
os:ubuntu-latest
-build:windows
os:windows-latest
steps:
-name:Checkout
uses:actions/checkout@v5
-name:Install MSRV Rust
run:"rustup toolchain install --profile minimal 1.56"
-name:Build (library)
run:"cargo build -p ec4rs"
-name:Unit Tests (library)
run:"cargo test -p ec4rs"
-name:Unit Tests (library, all-features)
run:"cargo test -p ec4rs --all-features"
quality:
name:Code Quality (library)
runs-on:ubuntu-latest
steps:
-name:Checkout
uses:actions/checkout@v5
-name:Install Rust
run:|
rustup toolchain install --profile minimal
rustup component add clippy
rustup component add rustfmt
-name:Check Clippy
run:"cargo clippy -p ec4rs"
-name:Check Docs
run:"cargo doc --no-deps -p ec4rs"
-name:Check Style
run:"cargo fmt --check -p ec4rs"

[8]ページ先頭

©2009-2025 Movatter.jp