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

Run tests on other platforms#973

Run tests on other platforms

Run tests on other platforms #973

name:Run tests on other platforms
on:
schedule:
-cron:'45 1 * * *'
workflow_dispatch:
env:
CARGO_TERM_COLOR:always
RUST_BACKTRACE:1
jobs:
build-and-test-arm64:
runs-on:ubuntu-latest
steps:
-uses:actions/checkout@v3
-uses:uraimo/run-on-arch-action@v2
name:Run tests on arm64
id:build
with:
arch:aarch64
distro:bullseye
dockerRunArgs:|
--volume "${PWD}:/app"
run:|
apt-get update -q -y
apt install curl git build-essential -q -y
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
source "$HOME/.cargo/env"
cd /app
export CARGO_NET_GIT_FETCH_WITH_CLI=true
cargo test --verbose

[8]ページ先頭

©2009-2025 Movatter.jp