Skip to content

perf: to_writer use utf8 offset and WithIndices use OnceCell #245

perf: to_writer use utf8 offset and WithIndices use OnceCell

perf: to_writer use utf8 offset and WithIndices use OnceCell #245

Workflow file for this run

name: Test
on:
push:
branches:
- main
tags-ignore:
- '**'
pull_request: null
jobs:
Test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
# - name: Setup node
# uses: actions/setup-node@v1
# with:
# node-version: 14
- name: Install
uses: actions-rs/toolchain@v1
with:
profile: minimal
override: true
- name: Cargo test
run: cargo test