From 8acc16bdecd6819ea60bcc5c6e63fb3dcfda5160 Mon Sep 17 00:00:00 2001 From: dani em <114214107+Isratja45@users.noreply.github.com> Date: Tue, 17 Oct 2023 12:58:33 +0200 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index abf1276f4a9b..83276f5c9927 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -149,18 +149,18 @@ jobs: args: --workspace --all-features token: ${{ secrets.GITHUB_TOKEN }} - # test: - # name: Test (${{ matrix.platform }}) - # runs-on: ${{ matrix.platform }} - # strategy: - # matrix: - # platform: [ubuntu-20.04, macos-latest, windows-latest] - # steps: - # - name: Checkout repository - # uses: actions/checkout@v3 - # - # - name: Setup - # uses: ./.github/actions/setup - # - # - name: Test - # run: cargo test --workspace --all-features + test: + name: Test (${{ matrix.platform }}) + runs-on: ${{ matrix.platform }} + strategy: + matrix: + platform: [ubuntu-20.04, macos-latest, windows-latest] + steps: + - name: Checkout repository + uses: actions/checkout@v3 + + - name: Setup + uses: ./.github/actions/setup + + - name: Test + run: cargo test --workspace --all-features