mirror of
https://github.com/denoland/deno.git
synced 2024-12-22 07:14:47 -05:00
parent
59a5fe530f
commit
bc53b588d0
2 changed files with 0 additions and 18 deletions
11
.github/workflows/ci.generate.ts
vendored
11
.github/workflows/ci.generate.ts
vendored
|
@ -728,17 +728,6 @@ const ci = {
|
||||||
].join("\n"),
|
].join("\n"),
|
||||||
env: { CARGO_PROFILE_DEV_DEBUG: 0 },
|
env: { CARGO_PROFILE_DEV_DEBUG: 0 },
|
||||||
},
|
},
|
||||||
{
|
|
||||||
name: "Test examples debug",
|
|
||||||
if: "matrix.job == 'test' && matrix.profile == 'debug'",
|
|
||||||
run: [
|
|
||||||
// Only regression tests here for now.
|
|
||||||
// Regression test for https://github.com/denoland/deno/pull/19615.
|
|
||||||
"cargo run -p deno_runtime --example extension_with_esm",
|
|
||||||
"cargo run -p deno_runtime --example extension_with_esm --features include_js_files_for_snapshotting",
|
|
||||||
].join("\n"),
|
|
||||||
env: { CARGO_PROFILE_DEV_DEBUG: 0 },
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Test release",
|
name: "Test release",
|
||||||
if: [
|
if: [
|
||||||
|
|
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
|
@ -446,13 +446,6 @@ jobs:
|
||||||
cargo test --locked --test '*'
|
cargo test --locked --test '*'
|
||||||
env:
|
env:
|
||||||
CARGO_PROFILE_DEV_DEBUG: 0
|
CARGO_PROFILE_DEV_DEBUG: 0
|
||||||
- name: Test examples debug
|
|
||||||
if: '!(github.event_name == ''pull_request'' && matrix.skip_pr) && (matrix.job == ''test'' && matrix.profile == ''debug'')'
|
|
||||||
run: |-
|
|
||||||
cargo run -p deno_runtime --example extension_with_esm
|
|
||||||
cargo run -p deno_runtime --example extension_with_esm --features include_js_files_for_snapshotting
|
|
||||||
env:
|
|
||||||
CARGO_PROFILE_DEV_DEBUG: 0
|
|
||||||
- name: Test release
|
- name: Test release
|
||||||
if: |-
|
if: |-
|
||||||
!(github.event_name == 'pull_request' && matrix.skip_pr) && (matrix.job == 'test' && matrix.profile == 'release' &&
|
!(github.event_name == 'pull_request' && matrix.skip_pr) && (matrix.job == 'test' && matrix.profile == 'release' &&
|
||||||
|
|
Loading…
Reference in a new issue