Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rahxephon89 authored and sherry-x committed Jan 10, 2025
1 parent d00ae19 commit 979b66f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions devtools/aptos-cargo-cli/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ const APTOS_CLI_PACKAGE_NAME: &str = "aptos";
// Relevant file paths to monitor when deciding to run the targeted tests.
// Note: these paths should be relative to the root of the `aptos-core` repository,
// and will be transformed into UTF-8 paths for cross-platform compatibility.
const RELEVANT_FILE_PATHS_FOR_COMPILER_V2: [&str; 7] = [
".github/actions/move-tests-compiler-v2",
".github/workflows/move-test-compiler-v2.yaml",
const RELEVANT_FILE_PATHS_FOR_COMPILER_V2: [&str; 5] = [
"aptos-move/aptos-transactional-test-harness",
"aptos-move/e2e-move-tests",
"aptos-move/framework",
Expand Down

0 comments on commit 979b66f

Please sign in to comment.