Skip to content

build(deps): bump windows-targets from 0.48.0 to 0.48.2 #2919

build(deps): bump windows-targets from 0.48.0 to 0.48.2

build(deps): bump windows-targets from 0.48.0 to 0.48.2 #2919

Workflow file for this run

name: Test
on: [ workflow_dispatch, push, pull_request ]
env:
CARGO_TERM_COLOR: always
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/cache@v3
with:
path: |
~/.cargo/registry
~/.cargo/git
target
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
- uses: actions-rs/[email protected]
with:
toolchain: stable
- uses: actions-rs/[email protected]
with:
command: test
args: --verbose