Skip to content

fix(*): use const

fix(*): use const #76

Workflow file for this run

name: test
on:
push:
branches:
- main
pull_request:
branches:
- '*'
defaults:
run:
shell: bash
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup
with:
build: true
- name: cargo test
uses: actions-rs/cargo@v1
with:
command: test