mirror of
https://github.com/swc-project/swc.git
synced 2024-12-26 07:02:28 +03:00
test(es/plugin): Expand test matrix (#5477)
This commit is contained in:
parent
8fde2ab07b
commit
a76380c585
1
.github/workflows/cargo.yml
vendored
1
.github/workflows/cargo.yml
vendored
@ -19,6 +19,7 @@ env:
|
|||||||
# https://github.com/swc-project/swc/pull/3742
|
# https://github.com/swc-project/swc/pull/3742
|
||||||
RUST_MIN_STACK: 4194304
|
RUST_MIN_STACK: 4194304
|
||||||
CI: 1
|
CI: 1
|
||||||
|
CARGO_TERM_COLOR: "always"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
check-license:
|
check-license:
|
||||||
|
11
.github/workflows/integration.yml
vendored
11
.github/workflows/integration.yml
vendored
@ -4,13 +4,20 @@ on: [push, pull_request]
|
|||||||
|
|
||||||
env:
|
env:
|
||||||
CARGO_INCREMENTAL: 0
|
CARGO_INCREMENTAL: 0
|
||||||
|
CARGO_TERM_COLOR: "always"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
publish-test:
|
publish-test:
|
||||||
name: node-api
|
name: node-api - ${{ matrix.os }}
|
||||||
if: >-
|
if: >-
|
||||||
${{ !contains(github.event.head_commit.message, 'chore: ') }}
|
${{ !contains(github.event.head_commit.message, 'chore: ') }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ${{ matrix.os }}
|
||||||
|
strategy:
|
||||||
|
matrix:
|
||||||
|
os:
|
||||||
|
- ubuntu-latest
|
||||||
|
- windows-latest
|
||||||
|
- macos-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user