Skip to content

Rename add_edge to set_edge #39

Rename add_edge to set_edge

Rename add_edge to set_edge #39

Workflow file for this run

name: Build and test
on:
push:
branches: [ main, dev ]
pull_request:
branches: [ main, dev ]
workflow_dispatch:
jobs:
build_and_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build
run: |
cargo build
- name: Run tests
run: |
cargo test