File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -23,14 +23,22 @@ jobs:
2323 - name : rustfmt
2424 run : cargo fmt -- --check
2525 - name : clippy
26+ <<<<<<< HEAD
2627 run : cargo clippy --all-targets -- -D warnings
28+ =======
29+ run : cargo clippy --all-features --all-targets -- -D warnings
30+ >>>>>>> 5664f7a (add CI)
2731
2832 tests :
2933 needs : linter
3034 strategy :
3135 matrix :
3236 toolchain :
37+ <<<<<<< HEAD
3338 - 1.76
39+ =======
40+ - 1.75
41+ >>>>>>> 5664f7a (add CI)
3442 - nightly
3543 os :
3644 - ubuntu-latest
4957 strategy :
5058 matrix :
5159 toolchain :
60+ <<<<<<< HEAD
5261 - 1.76
5362 os :
5463 - ubuntu-latest
7079 matrix :
7180 toolchain :
7281 - 1.82
82+ =======
83+ - 1.75
84+ >>>>>>> 5664f7a (add CI)
7385 os :
7486 - ubuntu-latest
7587 runs-on : ${{ matrix.os }}
8193 override : true
8294 profile : minimal
8395 - name : tests
96+ <<<<<<< HEAD
8497 run : rustup target add wasm32-unknown-unknown && rustup target add wasm32-wasip1 && cargo build --target wasm32-unknown-unknown --no-default-features --features "miniscript_latest"
98+ =======
99+ run : cargo build --release --features "cli miniscript_latest"
100+
101+ >>>>>>> 5664f7a (add CI)
You can’t perform that action at this time.
0 commit comments