mirror of
https://github.com/swc-project/swc.git
synced 2024-12-25 06:36:08 +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
|
||||
RUST_MIN_STACK: 4194304
|
||||
CI: 1
|
||||
CARGO_TERM_COLOR: "always"
|
||||
|
||||
jobs:
|
||||
check-license:
|
||||
|
11
.github/workflows/integration.yml
vendored
11
.github/workflows/integration.yml
vendored
@ -4,13 +4,20 @@ on: [push, pull_request]
|
||||
|
||||
env:
|
||||
CARGO_INCREMENTAL: 0
|
||||
CARGO_TERM_COLOR: "always"
|
||||
|
||||
jobs:
|
||||
publish-test:
|
||||
name: node-api
|
||||
name: node-api - ${{ matrix.os }}
|
||||
if: >-
|
||||
${{ !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:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user