Skip to content

Commit 3a0b19a

Browse files
committed
Rename the workflow file, minor tweaks
Signed-off-by: Alex T <alext.mkrs@gmail.com>
1 parent 262a91b commit 3a0b19a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build
1+
name: Build and test
22

33
on:
44
push:
@@ -11,15 +11,15 @@ permissions:
1111
contents: read
1212

1313
jobs:
14-
Build:
14+
Build_and_test:
1515
strategy:
1616
fail-fast: false
1717
matrix:
1818
include:
19-
- arch: x64
19+
- arch: x86_64
2020
runs_on: ubuntu-latest
2121
run_tests: false
22-
- arch: arm64
22+
- arch: arm
2323
runs_on: ubuntu-24.04-arm
2424
run_tests: false
2525
- arch: mock
@@ -38,7 +38,7 @@ jobs:
3838
run: |
3939
mkdir build
4040
cd build
41-
cmake -G Ninja -DBUILDSWIGNODE=on -DBUILDARCH= ${{ matrix.arch }} ../
41+
cmake -G Ninja -DBUILDSWIGNODE=on -DBUILDARCH=${{ matrix.arch }} ../
4242
ninja
4343
4444
- name: Run tests

0 commit comments

Comments
 (0)