File tree Expand file tree Collapse file tree 1 file changed +5
-13
lines changed Expand file tree Collapse file tree 1 file changed +5
-13
lines changed Original file line number Diff line number Diff line change 1- name : Code Quality (rustfmt and clippy)
1+ name : linux-aarch64 tests
22on : [pull_request, create]
33
44jobs :
55 build :
66 if : github.event_name == 'pull_request'
7- name : Code Quality (clippy, rustfmt)
8- runs-on : ubuntu-latest
9- strategy :
10- matrix :
11- rust :
12- - stable
13- target :
14- - aarch64-unknown-linux-gnu
7+ name : Code Quality (fmt, clippy)
8+ runs-on : ubuntu-24.04-arm
159 steps :
1610 - name : Code checkout
1711 uses : actions/checkout@v2
18- - name : Install Rust toolchain (${{ matrix.rust }})
12+ - name : Install Rust toolchain
1913 uses : actions-rs/toolchain@v1
2014 with :
21- toolchain : ${{ matrix.rust }}
22- target : ${{ matrix.target }}
23- override : true
15+ toolchain : stable
2416 components : rustfmt, clippy
2517
2618 - name : Install packages
You can’t perform that action at this time.
0 commit comments