Skip to content

Commit 5fc1cbf

Browse files
all targets ?
1 parent 16fc154 commit 5fc1cbf

File tree

1 file changed

+34
-34
lines changed

1 file changed

+34
-34
lines changed

.github/workflows/ci.yml

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -54,40 +54,40 @@ jobs:
5454
- name: Build codspeed
5555
run: cross build -p codspeed --target x86_64-unknown-linux-gnu
5656

57-
# test-codspeed:
58-
# runs-on: ${{ matrix.job.os }}
59-
# strategy:
60-
# fail-fast: false
61-
# matrix:
62-
# job:
63-
# - { os: ubuntu-latest, target: arm-unknown-linux-gnueabihf }
64-
# - { os: ubuntu-latest, target: aarch64-unknown-linux-musl }
65-
# - { os: ubuntu-latest, target: i686-unknown-linux-gnu }
66-
# - { os: ubuntu-latest, target: i686-unknown-linux-musl }
67-
# - { os: ubuntu-latest, target: x86_64-unknown-linux-gnu }
68-
# - { os: ubuntu-latest, target: x86_64-unknown-linux-musl }
69-
# - { os: macos-latest, target: aarch64-apple-darwin }
70-
# - { os: macos-latest, target: x86_64-apple-darwin }
71-
# - { os: windows-latest, target: i686-pc-windows-msvc }
72-
# - { os: windows-latest, target: x86_64-pc-windows-msvc }
73-
# - { os: windows-latest, target: aarch64-pc-windows-msvc }
74-
# steps:
75-
# - uses: actions/checkout@v4
76-
# with:
77-
# submodules: true
78-
#
79-
# - uses: moonrepo/setup-rust@v1
80-
# with:
81-
# targets: ${{ matrix.job.target }}
82-
# env:
83-
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
84-
#
85-
# - uses: taiki-e/install-action@v2
86-
# with:
87-
88-
#
89-
# - name: Build codspeed
90-
# run: cross build -p codspeed --target ${{ matrix.job.target }}
57+
test-codspeed:
58+
runs-on: ${{ matrix.job.os }}
59+
strategy:
60+
fail-fast: false
61+
matrix:
62+
job:
63+
- { os: ubuntu-latest, target: arm-unknown-linux-gnueabihf }
64+
- { os: ubuntu-latest, target: aarch64-unknown-linux-musl }
65+
- { os: ubuntu-latest, target: i686-unknown-linux-gnu }
66+
- { os: ubuntu-latest, target: i686-unknown-linux-musl }
67+
- { os: ubuntu-latest, target: x86_64-unknown-linux-gnu }
68+
- { os: ubuntu-latest, target: x86_64-unknown-linux-musl }
69+
- { os: macos-latest, target: aarch64-apple-darwin }
70+
- { os: macos-latest, target: x86_64-apple-darwin }
71+
- { os: windows-latest, target: i686-pc-windows-msvc }
72+
- { os: windows-latest, target: x86_64-pc-windows-msvc }
73+
- { os: windows-latest, target: aarch64-pc-windows-msvc }
74+
steps:
75+
- uses: actions/checkout@v4
76+
with:
77+
submodules: true
78+
79+
- uses: moonrepo/setup-rust@v1
80+
with:
81+
targets: ${{ matrix.job.target }}
82+
env:
83+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
84+
85+
- uses: taiki-e/install-action@v2
86+
with:
87+
88+
89+
- name: Build codspeed
90+
run: cross build -p codspeed --target ${{ matrix.job.target }}
9191
#
9292
# msrv-check:
9393
# runs-on: ubuntu-latest

0 commit comments

Comments
 (0)