Skip to content

feat: Bump MSRV to 1.85 (#336) #810

feat: Bump MSRV to 1.85 (#336)

feat: Bump MSRV to 1.85 (#336) #810

Workflow file for this run

name: XRPC
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
env:
CARGO_TERM_COLOR: always
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
- name: Build
run: cargo build -p atrium-xrpc --verbose
- name: Run tests
run: cargo test -p atrium-xrpc --verbose