Skip to content

Commit

Permalink
Change to CPU tests for github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
BradenEverson committed Mar 4, 2024
1 parent 1446593 commit 2d55fb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/graph/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ mod operation;
mod parameter;
mod shape;
mod subterm;
mod tests;
//mod tests_cpu;
//mod tests;
mod tests_cpu;

use callsite::{callsite, Callsite};
pub use compile::CompileError;
Expand Down

0 comments on commit 2d55fb8

Please sign in to comment.