Skip to content

Commit 46fd335

Browse files
committed
add CI
1 parent 61285c7 commit 46fd335

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/main.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff 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
@@ -49,6 +57,7 @@ jobs:
4957
strategy:
5058
matrix:
5159
toolchain:
60+
<<<<<<< HEAD
5261
- 1.76
5362
os:
5463
- ubuntu-latest
@@ -70,6 +79,9 @@ jobs:
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 }}
@@ -81,4 +93,9 @@ jobs:
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)

0 commit comments

Comments
 (0)