mirror of
https://github.com/armink/FlashDB.git
synced 2026-09-25 01:09:09 +08:00
feat(kvdb) Support 256bit write granularity for kvdb (#396)
AutoTestCI / AutoTest (GRAN=1) (push) Has been cancelled
AutoTestCI / AutoTest (GRAN=128) (push) Has been cancelled
AutoTestCI / AutoTest (GRAN=256) (push) Has been cancelled
AutoTestCI / AutoTest (GRAN=32) (push) Has been cancelled
AutoTestCI / AutoTest (GRAN=64) (push) Has been cancelled
AutoTestCI / AutoTest (GRAN=8) (push) Has been cancelled
AutoTestCI / AutoTest (GRAN=1) (push) Has been cancelled
AutoTestCI / AutoTest (GRAN=128) (push) Has been cancelled
AutoTestCI / AutoTest (GRAN=256) (push) Has been cancelled
AutoTestCI / AutoTest (GRAN=32) (push) Has been cancelled
AutoTestCI / AutoTest (GRAN=64) (push) Has been cancelled
AutoTestCI / AutoTest (GRAN=8) (push) Has been cancelled
This commit is contained in:
@@ -7,7 +7,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
write_gran: [1, 8, 32, 64, 128]
|
||||
write_gran: [1, 8, 32, 64, 128, 256]
|
||||
env:
|
||||
TEST_BSP_ROOT: ../AutoTestBsp
|
||||
UTEST_RUNNER_PATH: ../UtestRunner
|
||||
|
||||
Reference in New Issue
Block a user