Skip to content

Commit

Permalink
cleanup matrix in pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
maxgr0 committed Sep 26, 2024
1 parent db4c3df commit a2917ec
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 16 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,13 @@ jobs:
target: "aarch64-unknown-linux-gnu"
- name: "."
target: "aarch64-apple-darwin"
rust_log: ["debug"]
rust_backtrace: ["full"]
rustflags: ["-D warnings"]
debug: ["true"]
with:
profile: ${{ matrix.profile }}
toolchain: ${{ matrix.toolchain }}
target: ${{ matrix.targets.target }}
# features: ${{ matrix.targets.features }}
name: ${{ matrix.targets.name }}
rust_log: ${{ matrix.rust_log }}
rust_backtrace: ${{ matrix.rust_backtrace }}
rustflags: ${{ matrix.rustflags }}
debug: ${{ matrix.debug }}
rust_log: "debug"
rust_backtrace: "full"
rustflags: "-D warnings"
debug: "false"
12 changes: 4 additions & 8 deletions .github/workflows/unit-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,13 @@ jobs:
target: "aarch64-unknown-linux-gnu"
- name: "."
target: "aarch64-apple-darwin"
rust_log: ["debug"]
rust_backtrace: ["full"]
rustflags: ["-D warnings"]
debug: ["true"]
with:
profile: ${{ matrix.profile }}
toolchain: ${{ matrix.toolchain }}
target: ${{ matrix.targets.target }}
# features: ${{ matrix.targets.features }}
name: ${{ matrix.targets.name }}
rust_log: ${{ matrix.rust_log }}
rust_backtrace: ${{ matrix.rust_backtrace }}
rustflags: ${{ matrix.rustflags }}
debug: ${{ matrix.debug }}
rust_log: "debug"
rust_backtrace: "full"
rustflags: "-D warnings"
debug: "false"

0 comments on commit a2917ec

Please sign in to comment.