添加macos和linux的测试
This commit is contained in:
parent
c3313f8230
commit
0f88621758
3
.github/main.yml
vendored
3
.github/main.yml
vendored
@ -14,8 +14,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
# os: [macos-latest, ubuntu-latest, windows-latest]
|
||||
os: [windows-latest]
|
||||
os: [macos-latest, ubuntu-latest, windows-latest]
|
||||
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
|
@ -1,8 +1,10 @@
|
||||
#![windows_subsystem = "windows"]
|
||||
|
||||
// #[cfg(not(windows))]
|
||||
#[allow(unused)]
|
||||
mod other;
|
||||
#[cfg(windows)]
|
||||
#[allow(unused)]
|
||||
mod win;
|
||||
|
||||
mod config;
|
||||
|
Loading…
Reference in New Issue
Block a user