Skip to content

perf: replace static with const for global constants #122

perf: replace static with const for global constants

perf: replace static with const for global constants #122

Workflow file for this run

name: Rust Test CI
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Rust
uses: dtolnay/rust-toolchain@stable
- name: Run test script
run: ./tests/script/cargo_test.sh