Skip to content

Resolve webdriver api paths relative to server_url #245

Resolve webdriver api paths relative to server_url

Resolve webdriver api paths relative to server_url #245

Workflow file for this run

on:
push:
branches: [main]
pull_request:
name: cargo hack
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
- uses: actions/checkout@v2
- name: Install cargo-hack
uses: actions-rs/[email protected]
with:
crate: cargo-hack
version: latest
use-tool-cache: true
- name: cargo hack
uses: actions-rs/cargo@v1
with:
command: hack
args: --feature-powerset --exclude-features bench_private check