You've already forked AstralRinth
forked from didirus/AstralRinth
fix/ci: Fix build matrix (#42)
* ci: Test #1 * ci: Test #2 * ci: Fix an unrelated issue * ci: Restore the branch filter
This commit is contained in:
2
.github/labels.yml
vendored
2
.github/labels.yml
vendored
@@ -54,7 +54,7 @@
|
|||||||
color: BCBCBC
|
color: BCBCBC
|
||||||
- name: 'Meta: GitHub'
|
- name: 'Meta: GitHub'
|
||||||
description: Issues and PRs related to GitHub.
|
description: Issues and PRs related to GitHub.
|
||||||
color: 000000
|
color: 010101
|
||||||
- name: 'Meta: BugFix'
|
- name: 'Meta: BugFix'
|
||||||
description: PRs that fix bugs or issues.
|
description: PRs that fix bugs or issues.
|
||||||
color: BCBCBC
|
color: BCBCBC
|
||||||
|
|||||||
9
.github/workflows/tests.yml
vendored
9
.github/workflows/tests.yml
vendored
@@ -13,16 +13,11 @@ jobs:
|
|||||||
test:
|
test:
|
||||||
name: ${{ matrix.os }}-rust-${{ matrix.rust }}
|
name: ${{ matrix.os }}-rust-${{ matrix.rust }}
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
continue-on-error: ${{ matrix.continue-on-error }}
|
continue-on-error: ${{ matrix.rust != 'stable' }}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest]
|
os: [ubuntu-latest]
|
||||||
rust: [beta, nightly]
|
rust: [beta, nightly, stable]
|
||||||
continue-on-error: [true]
|
|
||||||
include:
|
|
||||||
- os: ubuntu-latest
|
|
||||||
- rust: stable
|
|
||||||
- continue-on-error: false
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|||||||
Reference in New Issue
Block a user