Skip to content

Commit

Permalink
Excluding turborepo-lib
Browse files Browse the repository at this point in the history
  • Loading branch information
NicholasLYang committed Feb 7, 2023
1 parent 042650f commit 991f475
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -598,15 +598,13 @@ jobs:

- name: Build nextest
timeout-minutes: 120
# We exclude turbo as it requires linking Go and all logic resides in turborepo-lib
run: |
cargo nextest run --no-run --workspace --release --exclude turbo --exclude turborepo-ffi
cargo nextest run --no-run --workspace --release --exclude turbo --exclude turborepo-ffi --exclude turborepo-lib
- name: Run nextest
timeout-minutes: 120
# We exclude turbo as it requires linking Go and all logic resides in turborepo-lib
run: |
cargo nextest run --workspace --release --no-fail-fast --exclude turbo --exclude turborepo-ffi
cargo nextest run --workspace --release --no-fail-fast --exclude turbo --exclude turborepo-ffi -exclude turborepo-lib
turbopack_rust_test2:
needs: [determine_jobs, rust_prepare]
Expand Down Expand Up @@ -665,13 +663,13 @@ jobs:
timeout-minutes: 120
# We exclude turbo as it requires linking Go and all logic resides in turborepo-lib
run: |
cargo nextest run --no-run --workspace --release --exclude turbo --exclude turborepo-ffi
cargo nextest run --no-run --workspace --release --exclude turbo --exclude turborepo-ffi --exclude turborepo-lib
- name: Run nextest
timeout-minutes: 120
# We exclude turbo as it requires linking Go and all logic resides in turborepo-lib
run: |
cargo nextest run --workspace --release --no-fail-fast --exclude turbo --exclude turborepo-ffi
cargo nextest run --workspace --release --no-fail-fast --exclude turbo --exclude turborepo-ffi --exclude turborepo-lib
turbopack_rust_test_bench1:
needs: [determine_jobs, rust_prepare]
Expand Down

0 comments on commit 991f475

Please sign in to comment.