Skip to content

Commit

Permalink
Add 'cargo build' to config.yml; test with 'cargo test'
Browse files Browse the repository at this point in the history
  • Loading branch information
FabijanC committed Dec 19, 2024
1 parent 6aac963 commit 0152729
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ jobs:
command: cargo update -w --locked
- run:
name: Build
command: cargo build
- run:
name: Build in release mode (for BackgroundDevnet)
command: cargo build --release
- run:
name: Clippy check
Expand All @@ -78,12 +81,8 @@ jobs:
name: Cleanup old cache
command: .circleci/scripts/cache.sh cleanup
- run:
name: Unit tests
command: cargo test --lib --bins --no-fail-fast
- run:
name: Integration tests
# fails if jobs not limited; read more in https://github.com/0xSpaceShard/starknet-devnet-rs/issues/378
command: cargo test --jobs 9 --test '*' --no-fail-fast
name: Tests
command: cargo test --no-fail-fast

binary-build:
parameters:
Expand Down

0 comments on commit 0152729

Please sign in to comment.