updated ci pipeline; test 3

This commit is contained in:
epi
2024-09-14 22:50:54 -04:00
parent 08b3534c33
commit c0243475e4
2 changed files with 5 additions and 5 deletions

View File

@@ -8,7 +8,7 @@ jobs:
env:
IN_PIPELINE: true
runs-on: ${{ matrix.os }}
# if: github.ref == 'refs/heads/main'
if: github.ref == 'refs/heads/main'
strategy:
matrix:
type: [ubuntu-x64, ubuntu-x86, armv7, aarch64]
@@ -118,7 +118,7 @@ jobs:
env:
IN_PIPELINE: true
runs-on: macos-latest
# if: github.ref == 'refs/heads/main'
if: github.ref == 'refs/heads/main'
steps:
- uses: actions/checkout@v4
- name: Cache cargo & target directories
@@ -147,7 +147,7 @@ jobs:
env:
IN_PIPELINE: true
runs-on: macos-latest
# if: github.ref == 'refs/heads/main'
if: github.ref == 'refs/heads/main'
steps:
- uses: actions/checkout@v4
- name: Cache cargo & target directories
@@ -176,7 +176,7 @@ jobs:
env:
IN_PIPELINE: true
runs-on: ${{ matrix.os }}
# if: github.ref == 'refs/heads/main'
if: github.ref == 'refs/heads/main'
strategy:
matrix:
type: [windows-x64, windows-x86]

View File

@@ -22,8 +22,8 @@ jobs:
uses: Swatinem/rust-cache@v2
- name: Install latest nextest release
uses: taiki-e/install-action@nextest
- uses: dtolnay/rust-toolchain@stable
- name: Test with latest nextest release
uses: dtolnay/rust-toolchain@stable
run: cargo nextest run --all-features --all-targets --retries 4 --no-fail-fast
fmt: