File tree Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 5959 uses : actions-rs/cargo@v1
6060 with :
6161 command : build
62- args : --all-features --target ${{ matrix.platform.target }}
62+ args : --all-features --target ${{ matrix.platform.target }} --workspace --exclude xtask
6363 - name : Tests
6464 if : matrix.platform.target != 'wasm32-unknown-unknown'
6565 uses : actions-rs/cargo@v1
Original file line number Diff line number Diff line change 4545 uses : actions-rs/cargo@v1
4646 with :
4747 command : clippy
48- args : --all-features -- -Drust-2018-idioms -Dwarnings
48+ args : --all-features -- -Drust-2018-idioms -Drust-2024-compatibility - Dwarnings
Original file line number Diff line number Diff line change @@ -40,10 +40,6 @@ enum Task {
4040 Preprocess ,
4141}
4242
43- #[ cfg( target_family = "wasm" ) ]
44- fn main ( ) { }
45-
46- #[ cfg( not( target_family = "wasm" ) ) ]
4743fn main ( ) -> Result < ( ) > {
4844 let cli = Cli :: parse ( ) ;
4945
You can’t perform that action at this time.
0 commit comments