Skip to content

Commit 0caa7c5

Browse files
committed
fix: removed features for rust testing
1 parent c6bd0a7 commit 0caa7c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
env:
4747
RUST_BACKTRACE: 'full'
4848
- name: Test De/Serialization from/to json
49-
run: PATH=${{ runner.temp }}/proto/bin:$PATH cargo test --features sagittarius
49+
run: PATH=${{ runner.temp }}/proto/bin:$PATH cargo test
5050
env:
5151
RUST_BACKTRACE: 'full'
5252
- name: Package crate

0 commit comments

Comments
 (0)