Skip to content

Bolt authentication onto existing routes #168

Bolt authentication onto existing routes

Bolt authentication onto existing routes #168

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