Skip to content

Merge branch 'main' of github.com:drivercraft/rdrive #8

Merge branch 'main' of github.com:drivercraft/rdrive

Merge branch 'main' of github.com:drivercraft/rdrive #8

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v5
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@stable
- name: Build
run: cargo build
- name: Run tests
run: cargo test -p rdrive