File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3535 with :
3636 toolchain : ${{ matrix.rust }}
3737 targets : ${{ matrix.target }}
38- - run : cargo build --no-default-features --release -- target ${{ matrix.target }}
38+ - run : cargo build --no-default-features --target ${{ matrix.target }}
3939
4040 minimal-versions :
4141 # disabled until belt-block gets published
5757 - uses : dtolnay/rust-toolchain@master
5858 with :
5959 toolchain : ${{ matrix.rust }}
60- - run : cargo test --release -- no-default-features
61- - run : cargo test --release
62- - run : cargo test --release -- all-features
60+ - run : cargo test --no-default-features
61+ - run : cargo test
62+ - run : cargo test --all-features
Original file line number Diff line number Diff line change 3636 with :
3737 toolchain : ${{ matrix.rust }}
3838 targets : ${{ matrix.target }}
39- - run : cargo build --no-default-features --release -- target ${{ matrix.target }}
39+ - run : cargo build --no-default-features --target ${{ matrix.target }}
4040
4141 minimal-versions :
4242 # disabled until belt-block gets published
5858 - uses : dtolnay/rust-toolchain@master
5959 with :
6060 toolchain : ${{ matrix.rust }}
61- - run : cargo test --release -- no-default-features
62- - run : cargo test --release
63- - run : cargo test --release -- all-features
61+ - run : cargo test --no-default-features
62+ - run : cargo test
63+ - run : cargo test --all-features
Original file line number Diff line number Diff line change 3535 with :
3636 toolchain : ${{ matrix.rust }}
3737 targets : ${{ matrix.target }}
38- - run : cargo build --no-default-features --release -- target ${{ matrix.target }}
38+ - run : cargo build --no-default-features --target ${{ matrix.target }}
3939
4040 minimal-versions :
4141 # disabled until belt-block gets published
5757 - uses : dtolnay/rust-toolchain@master
5858 with :
5959 toolchain : ${{ matrix.rust }}
60- - run : cargo test --release -- no-default-features
61- - run : cargo test --release
62- - run : cargo test --release -- all-features
60+ - run : cargo test --no-default-features
61+ - run : cargo test
62+ - run : cargo test --all-features
Original file line number Diff line number Diff line change 3636 with :
3737 toolchain : ${{ matrix.rust }}
3838 targets : ${{ matrix.target }}
39- - run : cargo build --no-default-features --release -- target ${{ matrix.target }}
39+ - run : cargo build --no-default-features --target ${{ matrix.target }}
4040
4141 minimal-versions :
4242 if : false # TODO: temp disabled due to unpublished prerelease dependencies
5757 - uses : dtolnay/rust-toolchain@master
5858 with :
5959 toolchain : ${{ matrix.rust }}
60- - run : cargo test --release -- no-default-features
61- - run : cargo test --release
62- - run : cargo test --release -- all-features
60+ - run : cargo test --no-default-features
61+ - run : cargo test
62+ - run : cargo test --all-features
Original file line number Diff line number Diff line change 3535 with :
3636 toolchain : ${{ matrix.rust }}
3737 targets : ${{ matrix.target }}
38- - run : cargo build --no-default-features --release -- target ${{ matrix.target }}
38+ - run : cargo build --no-default-features --target ${{ matrix.target }}
3939
4040 minimal-versions :
4141 # disabled until belt-block gets published
5757 - uses : dtolnay/rust-toolchain@master
5858 with :
5959 toolchain : ${{ matrix.rust }}
60- - run : cargo test --release -- no-default-features
61- - run : cargo test --release
62- - run : cargo test --release -- all-features
60+ - run : cargo test --no-default-features
61+ - run : cargo test
62+ - run : cargo test --all-features
Original file line number Diff line number Diff line change 3535 with :
3636 toolchain : ${{ matrix.rust }}
3737 targets : ${{ matrix.target }}
38- - run : cargo build --no-default-features --release -- target ${{ matrix.target }}
38+ - run : cargo build --no-default-features --target ${{ matrix.target }}
3939
4040 minimal-versions :
4141 # disabled until belt-block gets published
5757 - uses : dtolnay/rust-toolchain@master
5858 with :
5959 toolchain : ${{ matrix.rust }}
60- - run : cargo test --release -- no-default-features
61- - run : cargo test --release
62- - run : cargo test --release -- all-features
60+ - run : cargo test --no-default-features
61+ - run : cargo test
62+ - run : cargo test --all-features
You can’t perform that action at this time.
0 commit comments