Skip to content

feat(protocol): Tag server entries reply with client id #165

feat(protocol): Tag server entries reply with client id

feat(protocol): Tag server entries reply with client id #165

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- main
env:
CARGO_TERM_COLOR: always
CARGO_INCREMENTAL: 0
jobs:
build_and_test:
strategy:
matrix:
os: [ubuntu-latest, macos-15]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- name: Install dependencies on Ubuntu
if: runner.os == 'Linux'
uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: libgtk-3-dev javascriptcoregtk-4.1 libsoup-3.0 webkit2gtk-4.1
version: 1.0
- name: Rust Caching
uses: Swatinem/rust-cache@v2
- name: Test
run: cargo test