Skip to content

areas: write() on a string will never fail #3200

areas: write() on a string will never fail

areas: write() on a string will never fail #3200

Workflow file for this run

name: tests
on:
push:
branches-ignore:
- 'private/**'
pull_request:
branches-ignore:
- 'private/**'
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- name: Setup Rust
uses: actions-rs/toolchain@v1
with:
toolchain: 1.67.0
components: rustfmt, clippy, llvm-tools-preview
default: true
- name: Rust Cache
uses: actions/cache@v2
with:
path: |
~/.cargo/bin/
~/.cargo/registry/index/
~/.cargo/registry/cache/
~/.cargo/git/db/
target/
key: ${{ runner.os }}-cargo-1.67.0-${{ hashFiles('**/Cargo.toml') }}
- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: 18
- name: Run make check
run: |
tools/ci-build.sh