Skip to content

Commit d62c939

Browse files
committed
ci(rust): remove explicit RUSTFLAGS env from test step
1 parent dda7b80 commit d62c939

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,6 @@ jobs:
7474
run: cargo build --workspace --all-features
7575

7676
- name: Run tests
77-
env:
78-
RUSTFLAGS: ${{ matrix.rustflags }}
7977
run: cargo test --workspace --all-features
8078

8179
integration:

0 commit comments

Comments
 (0)