Skip to content

Remove redunant method #335

Remove redunant method

Remove redunant method #335

Workflow file for this run

on: [push, pull_request]
name: Run tests
jobs:
build_and_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: cargo install cargo-all-features
- run: cargo build-all-features --verbose
- run: cargo test-all-features --verbose