http-tunnel 0.1.11

HTTP Tunnel/TCP Proxy example written in Rust.
on: [push, pull_request]
name: Tests

env:
  CARGO_TERM_COLOR: always

jobs:
  build:

    runs-on: ubuntu-latest

    steps:
    - uses: actions/checkout@v2
    - name: Build
      run: cargo build --verbose
    - name: Run tests
      run: cargo test --verbose
    - name: Run tests for plain_text
      run: cargo test --verbose --features plain_text