Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove old workaround
Browse files Browse the repository at this point in the history
xlc committed Nov 8, 2024
1 parent 1be283c commit 187cae6
Showing 3 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
@@ -37,7 +37,6 @@ jobs:
tar -zxvf cargo-tarpaulin-x86_64-unknown-linux-musl.tar.gz -C $HOME/.cargo/bin
make Cargo.toml
cargo update
cargo update -p frame-support-procedural --precise 30.0.2
cargo tarpaulin --verbose --no-fail-fast --workspace --timeout 300 --out Xml
- name: Upload to codecov.io
uses: codecov/codecov-action@v3
4 changes: 0 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -33,10 +33,6 @@ jobs:
run: make dev-format-check
- name: Install clippy
run: rustup component add clippy
- name: Update
run: |
cargo update
cargo update -p frame-support-procedural --precise 30.0.2
- name: Run clippy
run: cargo clippy -- -D warnings
- name: Check for Wasm
3 changes: 0 additions & 3 deletions .github/workflows/zepter.yml
Original file line number Diff line number Diff line change
@@ -28,8 +28,5 @@ jobs:
- name: Install Zepter
run: cargo install zepter --version 0.15.0 --locked -q -f --no-default-features && zepter --version
- run: make Cargo.toml
- run: |
cargo update
cargo update -p frame-support-procedural --precise 30.0.2
- name: Check Rust features
run: make dev-features-check

0 comments on commit 187cae6

Please sign in to comment.