Skip to content

Commit cd442db

Browse files
authored
Repo reorg phase-3 (#8)
1 parent ba2146f commit cd442db

File tree

26 files changed

+1794
-1136
lines changed

26 files changed

+1794
-1136
lines changed

.cargo/config.toml

-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
[net]
2-
git-fetch-with-cli = true
3-
41
[alias]
52
wasm = "build --release --lib --target wasm32-unknown-unknown"
63
unit-test = "test --lib"

.github/workflows/cosmwasm-basic.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,12 @@ on:
66
pull_request:
77
paths:
88
- .github/workflows/cosmwasm-basic.yml
9-
- Cargo.lock
10-
- Cargo.toml
119
- apps/**
1210
- cosmwasm/**
1311
push:
14-
branches: master
12+
branches: main
1513
paths:
1614
- .github/workflows/cosmwasm-basic.yml
17-
- Cargo.lock
18-
- Cargo.toml
1915
- apps/**
2016
- cosmwasm/**
2117

.github/workflows/rust.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
- uses: actions-rs/clippy-check@v1
7171
with:
7272
token: ${{ secrets.GITHUB_TOKEN }}
73-
args: --all-features --all-targets --workspace --exclude "cw-tee-mtcs"
73+
args: --all-features --all-targets --workspace
7474

7575
test:
7676
runs-on: ubuntu-latest
@@ -90,12 +90,12 @@ jobs:
9090
- uses: actions-rs/cargo@v1
9191
with:
9292
command: test
93-
args: --all-features --no-fail-fast --no-run --workspace --exclude "cw-tee-mtcs"
93+
args: --all-features --no-fail-fast --no-run --workspace
9494
- uses: actions-rs/cargo@v1
9595
with:
9696
command: test
97-
args: --all-features --no-fail-fast --workspace --exclude "cw-tee-mtcs" -- --nocapture
97+
args: --all-features --no-fail-fast --workspace -- --nocapture
9898
- uses: actions-rs/cargo@v1
9999
with:
100100
command: test
101-
args: --no-default-features --no-fail-fast --no-run --workspace --exclude "cw-tee-mtcs"
101+
args: --no-default-features --no-fail-fast --no-run --workspace

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
*.manifest.sgx
44
.idea/
55
target/
6-
**/Cargo.lock
6+
artifacts/

0 commit comments

Comments
 (0)