Skip to content

Commit 95dfcec

Browse files
committed
Fix CI
1 parent 7dadcf8 commit 95dfcec

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/rust-ci.yaml

+4-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ jobs:
1717
- uses: actions/checkout@v3
1818
name: Checkout code
1919
- run: cargo check
20+
working-directory: ./sentry_streams
2021
- run: cargo fmt --check
22+
working-directory: ./sentry_streams
2123

2224
test:
2325
name: "Tests"
@@ -27,4 +29,5 @@ jobs:
2729
- uses: actions/checkout@v3
2830
name: Checkout code
2931
- name: Run tests
30-
run: cargo test
32+
working-directory: ./sentry_streams
33+
run: cargo test --no-default-features

0 commit comments

Comments
 (0)