Skip to content

Commit

Permalink
fix CI (linera-io#2243)
Browse files Browse the repository at this point in the history
  • Loading branch information
ma2bd authored Jul 15, 2024
1 parent 51daaf4 commit 1ad2dda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
run: |
cargo build --release -p linera-storage-service
RUST_LOG=info target/release/storage_service_server memory --endpoint $LINERA_STORAGE_SERVICE &
RUST_LOG=info cargo test --features storage_service -- storage_service --nocapture
RUST_LOG=info cargo test --features storage-service -- storage_service --nocapture
- name: Run Ethereum tests
run: |
cargo test -p linera-ethereum --features ethereum
Expand Down

0 comments on commit 1ad2dda

Please sign in to comment.