mirror of
https://github.com/etcd-io/bbolt.git
synced 2025-05-01 05:00:03 +00:00
Based on memory consumption statistics for historic runs. Signed-off-by: James Blair <mail@jamesblair.net>
14 lines
360 B
YAML
14 lines
360 B
YAML
name: Tests ARM64
|
|
permissions: read-all
|
|
on: [push, pull_request]
|
|
jobs:
|
|
test-linux-arm64:
|
|
uses: ./.github/workflows/tests-template.yml
|
|
with:
|
|
runs-on: actuated-arm64-4cpu-8gb
|
|
test-linux-arm64-race:
|
|
uses: ./.github/workflows/tests-template.yml
|
|
with:
|
|
runs-on: actuated-arm64-8cpu-8gb
|
|
targets: "['linux-unit-test-4-cpu-race']"
|