Skip to content

Commit

Permalink
fix naming
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewgazelka committed Mar 24, 2024
1 parent 490cb01 commit 1936e7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# https://github.com/bevyengine/bevy/blob/main/.cargo/config_fast_builds.toml
# https://nnethercote.github.io/perf-book/build-configuration.html

# this is not ideal but we have to comment out to make GitHub Actions runners work on stable
#[target.x86_64-unknown-linux-gnu]
#linker = "clang"
#rustflags = [
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Setup Rust toolchain and cache
uses: actions-rust-lang/setup-rust-toolchain@v1

- name: Run cargo nextest
- name: Run cargo test
run: cargo test --workspace --all-features

deny:
Expand Down

0 comments on commit 1936e7b

Please sign in to comment.