Skip to content

Broaden symbol jump mode reset to include input, mode, and results #10

Broaden symbol jump mode reset to include input, mode, and results

Broaden symbol jump mode reset to include input, mode, and results #10

Workflow file for this run

name: Test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
env:
CARGO_TERM_COLOR: always
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run tests
run: cargo test --verbose