Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
EdenEast committed Sep 30, 2023
1 parent 8369c18 commit 3ae8d6b
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ name: check
permissions:
contents: read
on:
push:
branches: [main]
pull_request:
push:
branches:
- main
- ci/testing
env:
CARGO_REGISTRY_CRATES_IO_PROTOCOL: true
concurrency: # Spend CI time only on latest ref: https://docs.github.com/en/actions/using-jobs/using-concurrency
Expand Down Expand Up @@ -74,8 +76,12 @@ jobs:
include:
- target: x86_64-unknown-linux-gnu
os: ubuntu-latest
- target: aarch64-unknown-linux-gnu
os: ubuntu-latest
- target: x86_64-apple-darwin
os: macos-latest
- target: aarch64-apple-darwin
os: macos-latest
runs-on: ${{ matrix.os }}
continue-on-error: true
steps:
Expand Down

0 comments on commit 3ae8d6b

Please sign in to comment.