Skip to content

docs: refresh AGENTS workflow notes #87

docs: refresh AGENTS workflow notes

docs: refresh AGENTS workflow notes #87

Workflow file for this run

name: Rust
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v4
with:
repository: FreeTAKTeam/LXMF-rs
path: LXMF-rs
- name: Link LXMF dependency path
run: ln -s "$GITHUB_WORKSPACE/LXMF-rs" "$GITHUB_WORKSPACE/../LXMF-rs"
- name: Build
run: cargo build --manifest-path crates/reticulum_mobile/Cargo.toml --verbose
- name: Run tests
run: cargo test --manifest-path crates/reticulum_mobile/Cargo.toml --verbose