Skip to content

Merge pull request #34 from niklak/feature/node-id-ord #113

Merge pull request #34 from niklak/feature/node-id-ord

Merge pull request #34 from niklak/feature/node-id-ord #113

Workflow file for this run

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"