Skip to content

Commit

Permalink
checking if updating a rust file changes anything
Browse files Browse the repository at this point in the history
  • Loading branch information
robinsteuteville committed Feb 22, 2024
1 parent d83f797 commit e8de57f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
override: true

- name: Rust unit tests
if: ${{ github.repository == 'nrel/fastsim' }}
if: ${{ github.repository == 'nrel/fastsim'}}
if: ${{ contains(github.event.pull_request.changed_files, 'rust/') }}
run: |
cd rust/ && cargo test
Expand Down
2 changes: 1 addition & 1 deletion rust/fastsim-core/src/simdrive.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//! Module containing vehicle struct and related functions.
// crate local
// Crate local
use crate::cycle::{RustCycle, RustCycleCache};
use crate::imports::*;
use crate::params::RustPhysicalProperties;
Expand Down

0 comments on commit e8de57f

Please sign in to comment.