Merge pull request #34 from niklak/feature/node-id-ord #113
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Raspberry Pi 5 CI | |
on: | |
push: | |
branches: [ "main" ] | |
pull_request: | |
branches: [ "main" ] | |
env: | |
CARGO_TERM_COLOR: always | |
jobs: | |
test: | |
runs-on: [self-hosted, linux, arm64] | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Run tests | |
run: cargo test --all-targets | |
- name: Run tests with hashbrown | |
run: cargo test --all-targets --features "hashbrown" |