Skip to content

First pass at new approach. looks like it's working? #3443

First pass at new approach. looks like it's working?

First pass at new approach. looks like it's working? #3443

Workflow file for this run

name: fud2 tests
on:
push:
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Rust
uses: actions-rust-lang/setup-rust-toolchain@v1
- run: cargo test -p fud