Skip to content

revert to String

revert to String #31

Workflow file for this run

name: Obfuscator Unit Tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Rust
uses: actions-rs/[email protected]
with:
profile: minimal
toolchain: stable
override: true
- name: Run tests
run: RUST_TEST_THREADS=1 cargo test