Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sokra committed Jun 7, 2023
1 parent 3989092 commit d66963d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ jobs:
uses: ./.github/workflows/build_reusable.yml
with:
skipForDocsOnly: 'yes'
skipInstallBuild: 'yes'
needsNextest: 'yes'
afterBuild: turbo run test-cargo-integration

Expand All @@ -78,7 +77,6 @@ jobs:
uses: ./.github/workflows/build_reusable.yml
with:
skipForDocsOnly: 'yes'
skipInstallBuild: 'yes'
afterBuild: turbo run test-cargo-bench

rust-check:
Expand Down
4 changes: 2 additions & 2 deletions packages/next-swc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"cache-build-native": "echo $(ls native)",
"rust-check": "cd ../../; cargo fmt -- --check && cargo clippy --all -- -D warnings -A deprecated && cargo check -p next-dev --no-default-features --features cli,custom_allocator,rustls-tls,__internal_nextjs_integration_test && rm -rf target",
"test-cargo-unit": "cargo test --workspace --exclude next-dev-tests",
"test-cargo-integration": "cross-env CARGO_PROFILE_RELEASE_LTO=0 cargo nextest run -p next-dev-tests --release --no-fail-fast",
"test-cargo-bench": "cross-env CARGO_PROFILE_RELEASE_LTO=0 cargo test --benches -p next-dev --release --no-fail-fast"
"test-cargo-integration": "cross-env CARGO_PROFILE_RELEASE_LTO=false cargo nextest run -p next-dev-tests --release --no-fail-fast",
"test-cargo-bench": "cross-env CARGO_PROFILE_RELEASE_LTO=false cargo test --benches -p next-dev --release --no-fail-fast"
},
"napi": {
"name": "next-swc",
Expand Down

0 comments on commit d66963d

Please sign in to comment.