Skip to content

Commit

Permalink
fix: umount
Browse files Browse the repository at this point in the history
  • Loading branch information
veeso committed Nov 19, 2024
1 parent d245962 commit 293613a
Show file tree
Hide file tree
Showing 8 changed files with 399 additions and 399 deletions.
50 changes: 25 additions & 25 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
name: windows

on: [push, pull_request]

env:
CARGO_TERM_COLOR: always

jobs:
build:
runs-on: windows-latest

steps:
- uses: actions/checkout@v2
- name: install dokany
run: choco install dokany
- name: Build
run: cargo build --all-features
- name: Format
run: cargo fmt --all -- --check
- name: Clippy
run: cargo clippy -- -Dwarnings
- name: Run tests
run: cargo test --no-fail-fast
env:
RUST_LOG: trace
name: windows

on: [push, pull_request]

env:
CARGO_TERM_COLOR: always

jobs:
build:
runs-on: windows-latest

steps:
- uses: actions/checkout@v2
- name: install dokany
run: choco install dokany
- name: Build
run: cargo build --all-features
- name: Format
run: cargo fmt --all -- --check
- name: Clippy
run: cargo clippy -- -Dwarnings
- name: Run tests
run: cargo test --no-fail-fast
env:
RUST_LOG: trace
Loading

0 comments on commit 293613a

Please sign in to comment.