Skip to content

test(service): update tests of "fix invalid mem arg" code action #96

test(service): update tests of "fix invalid mem arg" code action

test(service): update tests of "fix invalid mem arg" code action #96

Workflow file for this run

name: test
on: [push, pull_request]
jobs:
test:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: cargo clippy
- run: cargo test --all-features