Skip to content
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Wizdave97 committed Sep 15, 2023
1 parent 840ba66 commit 69cd916
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ jobs:
toolchain: nightly-2023-08-23
targets: wasm32-unknown-unknown

- name: Set RUSTFLAGS environment variable
run: |
echo 'export RUSTFLAGS="-C link-args=-Wl,--allow-multiple-definition"' >> $GITHUB_ENV
- name: Install Protoc
uses: arduino/setup-protoc@v1
with:
Expand All @@ -47,7 +43,7 @@ jobs:
- name: Test
run: |
cargo +nightly-2023-08-23 test -p pallet-ismp --all-targets --all-features --verbose --locked
RUSTFLAGS="-C link-args=-Wl,--allow-multiple-definition" cargo +nightly-2023-08-23 test -p pallet-ismp --all-targets --all-features --verbose --locked
lint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 69cd916

Please sign in to comment.