Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
aumetra committed Apr 9, 2024
1 parent e79e51b commit db219f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -329,15 +329,15 @@ jobs:
- run:
name: Build library for native target (all features)
working_directory: ~/project/packages/core
command: cargo build --locked --features std,testing
command: cargo build --locked --features std
- run:
name: Build library for wasm target (all features)
working_directory: ~/project/packages/core
command: cargo wasm --locked --features std,testing
command: cargo wasm --locked --features std
- run:
name: Run unit tests (all features)
working_directory: ~/project/packages/core
command: cargo test --locked --features std,testing
command: cargo test --locked --features std
- save_cache:
paths:
- /usr/local/cargo/registry
Expand Down

0 comments on commit db219f6

Please sign in to comment.