Commit Graph

7 Commits

Author SHA1 Message Date
Bjerg
9575eb89fb ci: fix workflow concurrency control (#191) 2022-11-11 07:46:32 +01:00
Matthias Seitz
1db9a5aed4 ci: NEXTEST_EXPERIMENTAL_FILTER_EXPR env var no longer required (#188) 2022-11-10 22:30:19 +01:00
Bjerg
6d3ebe5096 ci: run coverage in parallel (#124) 2022-10-24 06:14:38 -07:00
rakita
483bcdf9ab feat(db): Database Abstraction (#101)
* database tx traits

* wip build passes

* Db and tx results

* nightly and db GAT

* Impl tx, wip cursor

* Move Decode to Table Key, working cursor trait

* wip dupsort

* build all Cursor abstraction

* cleanup

* wip cleanup

* old stages

* codecs moved o interface,stages wip

* resolve db ref, it builds

* Add tx commit after execution

* fmt

* Remove sync send restriction

* Add missing rw cursor functions

* Cleanup, added missing cursor fn. rust toolchain

* fmt

* add nightly to ci

* deny dead_code, remove unwrap

* rm printfn, stages fix, bench fix
2022-10-20 08:32:13 -07:00
Bjerg
fe84bfb68c ci: coverage (#106)
* ci: update action versions

* ci: add coverage job

* ci: require `CODECOV_TOKEN` secret

* ci: collect coverage for entire workspace

* ci: typo

* ci: dedup

* ci: add concurrency control
2022-10-19 14:46:47 -07:00
Georgios Konstantopoulos
ded56d45ec ci: run against main
previously was against master but we changed the default branch
2022-10-09 12:39:33 -07:00
Bjerg
1e07fb6991 ci: move gh workflow to correct folder (#5)
* ci: move gh workflow to correct folder

* ci: name workflow

* ci: use nextest
2022-09-29 16:52:20 +02:00