Skip to content

Commit

Permalink
Merge pull request #26 from spacemeshos/ci/run-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
poszu authored Aug 20, 2024
2 parents 0e52d0a + aca7b65 commit 1e01b73
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,27 @@ jobs:
target/release/quicksync${{ matrix.os == 'windows-2022' && '.exe' || '' }}
if-no-files-found: error

test:
runs-on: ${{ matrix.os }}
needs:
- check
- fmt
- clippy
strategy:
fail-fast: true
matrix:
os:
- ubuntu-22.04
- ubuntu-latest-arm-8-cores
- macos-13
- [self-hosted, macos, arm64]
- windows-2022
steps:
- uses: actions/checkout@v4
- name: Install stable
uses: dtolnay/rust-toolchain@1.80
- run: cargo test

coverage:
runs-on: [ubuntu-latest]
steps:
Expand Down

0 comments on commit 1e01b73

Please sign in to comment.