Skip to content

Commit

Permalink
Remove cairo-lang-primitive-token from workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
maciektr committed Feb 11, 2025
1 parent b5fdf14 commit 9e0a922
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 10 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ jobs:
- test --profile=ci-dev -p cairo-lang-test-utils
- test --profile=ci-dev -p cairo-lang-utils --features=serde,parity-scale-codec,schemars,testing,env_logger
- test --profile=ci-dev -p cairo-lang-utils --no-default-features --features=serde,parity-scale-codec
- test --profile=ci-dev -p cairo-lang-primitive-token
- test --profile=ci-dev -p tests
steps:
- uses: actions/checkout@v4
Expand All @@ -76,10 +75,10 @@ jobs:
- run: |
CRATES_COUNT=$(find {crates/*,tests}/Cargo.toml | wc -l)
COMMANDS_COUNT=${{ strategy.job-total }}
if [ $((CRATES_COUNT + 2)) -ne $COMMANDS_COUNT ]; then
if [ $((CRATES_COUNT + 3)) -ne $COMMANDS_COUNT ]; then
echo "CRATES_COUNT: $CRATES_COUNT"
echo "COMMANDS_COUNT: $COMMANDS_COUNT"
echo "The number of commands in the matrix is not equal to the number of crates in the workspace + 2"
echo "The number of commands in the matrix is not equal to the number of crates in the workspace + 3"
exit 1
fi
- run: |
Expand Down
8 changes: 2 additions & 6 deletions Cargo.lock

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

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ members = [
"crates/cairo-lang-sierra-generator",
"crates/cairo-lang-sierra-to-casm",
"crates/cairo-lang-sierra-type-size",
"crates/cairo-lang-primitive-token",
"crates/cairo-lang-starknet",
"crates/cairo-lang-starknet-classes",
"crates/cairo-lang-syntax",
Expand Down

0 comments on commit 9e0a922

Please sign in to comment.