File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 - --cfg async_executor_impl=\"tokio\" --cfg async_channel_impl=\"flume\"
3131 runs-on : ubuntu-latest
3232 timeout-minutes : 60
33+ env :
34+ RUSTFLAGS : ${{ matrix.flags }}
3335 steps :
3436 - name : Checkout Repository
3537 uses : actions/checkout@v4
@@ -43,15 +45,15 @@ jobs:
4345
4446 - name : Build
4547 run : |
46- RUSTFLAGS="${{ matrix.flags }}" cargo build --all-targets --workspace --release --features="logging-utils"
48+ cargo build --all-targets --workspace --release --features="logging-utils"
4749
4850 - name : Test
4951 run : |
50- RUSTFLAGS="${{ matrix.flags }}" cargo test --all-targets --workspace --release --features="logging-utils"
52+ cargo test --all-targets --workspace --release --features="logging-utils"
5153
5254 - name : Lint
5355 run : |
54- RUSTFLAGS="${{ matrix.flags }}" cargo clippy --workspace --all-targets --bins --tests --examples --features="logging-utils" -- -D warnings
56+ cargo clippy --workspace --all-targets --bins --tests --examples --features="logging-utils" -- -D warnings
5557
5658 - name : Check semver
5759 uses : obi1kenobi/cargo-semver-checks-action@v2
You can’t perform that action at this time.
0 commit comments