Skip to content

refactored terminology by replacing 'matrix' with 'grid' throughout c… #5

refactored terminology by replacing 'matrix' with 'grid' throughout c…

refactored terminology by replacing 'matrix' with 'grid' throughout c… #5

Workflow file for this run

name: Tests for controlled_astar
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Rust
uses: raftario/setup-rust-action@v1
with:
rust-channel: stable
- name: Run tests
run: cargo test --tests