Skip to content

Fix remap test for rv64 #154

Fix remap test for rv64

Fix remap test for rv64 #154

Workflow file for this run

name: Format
on:
pull_request:
push:
branches:
master
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly
components: rustfmt
override: true
- name: Format
run: cargo fmt -- --check