Skip to content

Bail early in a hot path #26

Bail early in a hot path

Bail early in a hot path #26

Workflow file for this run

name: Windows CI
on:
push:
branches: [master]
pull_request:
jobs:
validate:
runs-on: windows-2022
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
# Copied from here:
# <https://docs.travis-ci.com/user/languages/rust/#default-build-script>
#
# FIXME: Replace "build" with "test" once it passes.
- run: cargo build --workspace