@@ -68,12 +68,12 @@ jobs:
68
68
- run : cargo check --workspace --bins --examples --tests --features=fs_utf8 --release -vv --target=x86_64-unknown-netbsd
69
69
- run : cargo check --workspace --bins --examples --tests --features=fs_utf8 --release -vv --target=i686-unknown-linux-gnu
70
70
- run : cargo check --workspace --bins --examples --tests --features=fs_utf8 --release -vv --target=i686-unknown-linux-musl
71
- - run : cargo check --workspace --bins --examples --tests --features=fs_utf8 --exclude=cap-async-std --release -vv --target=x86_64-pc-windows-msvc
72
- - run : cargo check --workspace --bins --examples --tests --features=fs_utf8 --exclude=cap-async-std --release -vv --target=x86_64-pc-windows-gnu
73
- - run : cargo check --workspace --bins --examples --tests --features=fs_utf8 --exclude=cap-async-std --release -vv --target=i686-pc-windows-msvc
74
- - run : cargo check --workspace --bins --examples --tests --features=fs_utf8 --exclude=cap-async-std --release -vv --target=i686-pc-windows-gnu
75
- - run : cargo check --workspace --bins --examples --tests --features=fs_utf8 --exclude=cap-async-std --release -vv --target=x86_64-fuchsia
76
- - run : cargo check --workspace --bins --examples --tests --features=fs_utf8 --exclude=cap-async-std --release -vv --target=wasm32-unknown-emscripten
71
+ - run : cargo check --workspace --bins --examples --tests --features=fs_utf8 --exclude=cap-async-std --exclude=cap-std-workspace -- release -vv --target=x86_64-pc-windows-msvc
72
+ - run : cargo check --workspace --bins --examples --tests --features=fs_utf8 --exclude=cap-async-std --exclude=cap-std-workspace -- release -vv --target=x86_64-pc-windows-gnu
73
+ - run : cargo check --workspace --bins --examples --tests --features=fs_utf8 --exclude=cap-async-std --exclude=cap-std-workspace -- release -vv --target=i686-pc-windows-msvc
74
+ - run : cargo check --workspace --bins --examples --tests --features=fs_utf8 --exclude=cap-async-std --exclude=cap-std-workspace -- release -vv --target=i686-pc-windows-gnu
75
+ - run : cargo check --workspace --bins --examples --tests --features=fs_utf8 --exclude=cap-async-std --exclude=cap-std-workspace -- release -vv --target=x86_64-fuchsia
76
+ - run : cargo check --workspace --bins --examples --tests --features=fs_utf8 --exclude=cap-async-std --exclude=cap-std-workspace -- release -vv --target=wasm32-unknown-emscripten
77
77
78
78
check_cross_nightly :
79
79
name : Check Cross-Compilation on Rust nightly
@@ -118,12 +118,12 @@ jobs:
118
118
- run : cargo check --workspace --all-targets --all-features --release -vv --target=x86_64-unknown-netbsd
119
119
- run : cargo check --workspace --all-targets --all-features --release -vv --target=i686-unknown-linux-gnu
120
120
- run : cargo check --workspace --all-targets --all-features --release -vv --target=i686-unknown-linux-musl
121
- - run : cargo check --workspace --all-targets --all- features --exclude=cap-async-std --release -vv --target=x86_64-pc-windows-msvc
122
- - run : cargo check --workspace --all-targets --all- features --exclude=cap-async-std --release -vv --target=x86_64-pc-windows-gnu
123
- - run : cargo check --workspace --all-targets --all- features --exclude=cap-async-std --release -vv --target=i686-pc-windows-msvc
124
- - run : cargo check --workspace --all-targets --all- features --exclude=cap-async-std --release -vv --target=i686-pc-windows-gnu
125
- - run : cargo check --workspace --all-targets --all- features --exclude=cap-async-std --release -vv --target=x86_64-fuchsia
126
- - run : cargo check --workspace --all-targets --all- features --exclude=cap-async-std --release -vv --target=wasm32-unknown-emscripten
121
+ - run : cargo check --workspace --all-targets --features nightly,fs_utf8 --exclude=cap-async-std --exclude=cap-std-workspace --release -vv --target=x86_64-pc-windows-msvc
122
+ - run : cargo check --workspace --all-targets --features nightly,fs_utf8 --exclude=cap-async-std --exclude=cap-std-workspace --release -vv --target=x86_64-pc-windows-gnu
123
+ - run : cargo check --workspace --all-targets --features nightly,fs_utf8 --exclude=cap-async-std --exclude=cap-std-workspace --release -vv --target=i686-pc-windows-msvc
124
+ - run : cargo check --workspace --all-targets --features nightly,fs_utf8 --exclude=cap-async-std --exclude=cap-std-workspace --release -vv --target=i686-pc-windows-gnu
125
+ - run : cargo check --workspace --all-targets --features nightly,fs_utf8 --exclude=cap-async-std --exclude=cap-std-workspace --release -vv --target=x86_64-fuchsia
126
+ - run : cargo check --workspace --all-targets --features nightly,fs_utf8 --exclude=cap-async-std --exclude=cap-std-workspace --release -vv --target=wasm32-unknown-emscripten
127
127
128
128
test :
129
129
name : Test
0 commit comments