Skip to content

Commit

Permalink
Updated test.yml and CODEOWNERS
Browse files Browse the repository at this point in the history
  • Loading branch information
NicholasLYang committed May 8, 2023
1 parent 64b08e5 commit cbb7b87
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 34 deletions.
12 changes: 1 addition & 11 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,7 @@ pnpm-lock.yaml
# crates in alphabetical order
/crates @vercel/web-tooling
# overrides for crates that are owned by turbo-oss
/crates/globwatch @vercel/turbo-oss
/crates/pidlock @vercel/turbo-oss
/crates/turbopath @vercel/turbo-oss
/crates/turborepo @vercel/turbo-oss
/crates/turborepo-api-client @vercel/turbo-oss
/crates/turborepo-ffi @vercel/turbo-oss
/crates/turborepo-lib @vercel/turbo-oss
/crates/turborepo-lockfiles @vercel/turbo-oss
/crates/turborepo-scm @vercel/turbo-oss
/crates/turborepo-vercel-api-mock @vercel/turbo-oss
/crates/turbo-updater @vercel/turbo-oss
/crates/turborepo-* @vercel/turbo-oss

# packages in alphabetical order, to match view github https://github.com/vercel/turbo/tree/main/packages
# Separate section in this file, so we can add new entries more easily.
Expand Down
23 changes: 2 additions & 21 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,16 +95,7 @@ jobs:
xtask/**
.cargo/**
rust-toolchain
!crates/glob-match/**
!crates/globwatch/**
!crates/pidlock/**
!crates/turborepo/**
!crates/turborepo-api-client/**
!crates/turborepo-lib/**
!crates/turborepo-ffi/**
!crates/turborepo-scm/**
!crates/turborepo-lockfiles/**
!crates/turbo-updater/**
!crates/turborepo-*/**
!**.md
!**.mdx
Expand All @@ -123,16 +114,7 @@ jobs:
PATTERNS: |
pnpm-lock.yaml
package.json
crates/glob-match/**
crates/globwatch/**
crates/pidlock/**
crates/turborepo/**
crates/turborepo-api-client/**
crates/turborepo-lib/**
crates/turborepo-ffi/**
crates/turborepo-scm/**
crates/turborepo-lockfiles/**
crates/turbo-updater/**
crates/turborepo-*/**
.cargo/**
rust-toolchain
!**.md
Expand Down Expand Up @@ -625,7 +607,6 @@ jobs:

- name: Run tests
timeout-minutes: 120
# We exclude turbo as it requires linking Go and all logic resides in turborepo-lib
run: |
cargo tr-test
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ members = [
"crates/turbo-tasks-macros-shared",
"crates/turbo-tasks-memory",
"crates/turbo-tasks-testing",
"crates/turbo-updater",
"crates/turborepo-updater",
"crates/turbopack",
"crates/turbopack-cli",
"crates/turbopack-cli-utils",
Expand Down Expand Up @@ -114,7 +114,7 @@ turbo-tasks-macros = { path = "crates/turbo-tasks-macros" }
turbo-tasks-macros-shared = { path = "crates/turbo-tasks-macros-shared" }
turbo-tasks-memory = { path = "crates/turbo-tasks-memory" }
turbo-tasks-testing = { path = "crates/turbo-tasks-testing" }
turbo-updater = { path = "crates/turbo-updater" }
turbo-updater = { path = "crates/turborepo-updater" }
turbopack = { path = "crates/turbopack" }
turbopack-bench = { path = "crates/turbopack-bench" }
turbopack-cli = { path = "crates/turbopack-cli" }
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit cbb7b87

Please sign in to comment.