Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
missed places
  • Loading branch information
pmikolajczyk41 committed Feb 9, 2023
commit e3843b30d409840ff8f1e63094dbb7e6863a4c57
4 changes: 2 additions & 2 deletions .github/workflows/check-excluded-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
paths:
- aleph-client/**
- bin/cliain/**
- bin/runtime/src/chain_extension/snarcos-extension/**
- bin/runtime/src/chain_extension/baby-liminal-extension/**
- relations/**
- poseidon/**
- .github/workflows/check-excluded-packages.yml
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:

- name: Assert that packages are compatible with no-std
run: |
packages=("relations" "bin/runtime/src/chain_extension/snarcos-extension")
packages=("relations" "bin/runtime/src/chain_extension/baby-liminal-extension")
for p in ${packages[@]}
do
echo "Checking package $p..."
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions e2e-tests/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.