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

Remove compiler_builtins#72

Remove compiler_builtins

Remove compiler_builtins #72

Workflow file for this run

name:Tests
on:[push, pull_request]
jobs:
build:
runs-on:ubuntu-latest
strategy:
matrix:
rust:
-beta
-nightly
steps:
-uses:actions/checkout@v1
-uses:actions-rs/toolchain@v1
with:
profile:minimal
toolchain:${{ matrix.rust }}
override:true
components:rustfmt
-name:Build
run:cargo build --verbose
-name:Run tests
run:cargo test
-name:Run benchmarks
run:cargo bench --features bench
if:startsWith(matrix.rust, 'nightly')
regen:
runs-on:ubuntu-latest
steps:
-uses:actions/checkout@v3
-name:Regen
run:cd scripts && python3 unicode.py
-name:Diff
run:diff src/tables.rs scripts/tables.rs

[8]ページ先頭

©2009-2025 Movatter.jp