Skip to content

merge branch "faster-xml-writer" into trunk #2

merge branch "faster-xml-writer" into trunk

merge branch "faster-xml-writer" into trunk #2

Workflow file for this run

name: Build and Test
on:
pull_request:
push:
env:
# disable incremental compilation for faster from-scratch builds
CARGO_INCREMENTAL: 0
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: sudo apt-get install -y capnproto
- run: rustup update
- run: cargo test