Skip to content

Commit

Permalink
fix(ci): unset default actions rustflags
Browse files Browse the repository at this point in the history
  • Loading branch information
McPatate committed Nov 6, 2023
1 parent db7e4ba commit 3f6c2f6
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
- name: Install Rust toolchain
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
rustflags: ''
toolchain: nightly

- name: Install Python 3.10
Expand Down
2 changes: 0 additions & 2 deletions crates/testbed/repositories-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -239,8 +239,6 @@ repositories:
- theme.toml
build_command: cargo
build_args: ["build"]
env:
- RUSTFLAGS=-A dead_code
language: rust
runner: cargo
runner_extra_args: ["--workspace"]
Expand Down
2 changes: 0 additions & 2 deletions crates/testbed/repositories.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -239,8 +239,6 @@ repositories:
- theme.toml
build_command: cargo
build_args: ["build"]
env:
- RUSTFLAGS=-A dead_code
language: rust
runner: cargo
runner_extra_args: ["--workspace"]
Expand Down

0 comments on commit 3f6c2f6

Please sign in to comment.