Skip to content

Commit

Permalink
updated ci pipeline; test 3
Browse files Browse the repository at this point in the history
  • Loading branch information
epi052 committed Sep 15, 2024
1 parent 08b3534 commit c024347
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c024347

Please sign in to comment.