Skip to content

Bump serde from 1.0.160 to 1.0.173 #159

Bump serde from 1.0.160 to 1.0.173

Bump serde from 1.0.160 to 1.0.173 #159

Workflow file for this run

name: tests
# on:
# push:
# branches: [ "main" ]
# pull_request:
# branches: [ "main" ]
on: [push, pull_request]
env:
CARGO_TERM_COLOR: always
jobs:
test:
name: Test on ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
env:
RUST_LOG: remote_text_server