Skip to content

🔧 fix: selector resolution by using an awaited tokio::task (#165) #132

🔧 fix: selector resolution by using an awaited tokio::task (#165)

🔧 fix: selector resolution by using an awaited tokio::task (#165) #132

Workflow file for this run

name: Unit Tests (On Push)
on: [push]
env:
CARGO_TERM_COLOR: always
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run Tests
run: |
cargo test --release -- test_ --nocapture