18 Commits

Author SHA1 Message Date
Dmitriy Ryajov
64133fc66e
wip 2023-06-26 19:36:35 -06:00
Dmitriy Ryajov
1753790bfa
wip 2023-06-26 19:32:40 -06:00
Dmitriy Ryajov
de1e22d976
wip 2023-06-26 19:31:29 -06:00
Dmitriy Ryajov
f66b9c28b5
wip 2023-06-26 19:30:43 -06:00
Dmitriy Ryajov
6a3fc4aee6
wip 2023-06-26 18:43:22 -06:00
Dmitriy Ryajov
056a3decaa
wip 2023-06-26 18:29:40 -06:00
Dmitriy Ryajov
c79bdb8a43
wip 2023-06-26 18:27:49 -06:00
Dmitriy Ryajov
bc06d7ef6d
use correct var name 2023-06-26 18:26:49 -06:00
Dmitriy Ryajov
e66e838271
align yaml 2023-06-26 18:24:18 -06:00
Dmitriy Ryajov
5d62adf792
use correct version var 2023-06-26 18:21:52 -06:00
Dmitriy Ryajov
6c979a6b0a
avoid building nim twice 2023-06-26 18:20:32 -06:00
Dmitriy Ryajov
66ed2a05f7
wip 2023-06-26 17:55:15 -06:00
Dmitriy Ryajov
9a35af7d03
remove nim 1.2 2023-06-26 17:43:57 -06:00
Dmitriy Ryajov
5fb792197a
adding dependencies 2023-06-26 17:43:40 -06:00
Dmitriy Ryajov
e4e7a3e11f
track nim-libp2p's unstable branch and nim-bearssl's master branch (#51)
* track nim-libp2p's unstable branch and nim-bearssl's master branch

refactor accordingly: mainly switching from `import bearssl` to
`import bearssl/rand`, `BrHmacDrbgContext` to `HmacDrbgContext`, and related
changes

* fix ambiguous identifier

* nim 1.4 is deprecated

Co-authored-by: Michael Bradley, Jr <michaelsbradleyjr@gmail.com>
2022-11-02 10:21:05 -06:00
Eric Mastro
4a2a6878b4 Remove nim development compiler version from CI 2022-03-08 13:55:53 +11:00
Eric Mastro
422511b961 chore: Add codecov yml settings
Specify `informational: true` to prevent CI failure with a reduction in code coverage. We are not at a point yet to need this.
2022-03-08 13:55:53 +11:00
Eric Mastro
0d0da71b65
build: Add CI Actions
Add CI workflow to run tests.

Add code coverage workflow that publishes results to CodeCov.

Add CI and coverage badges to README.

Bump asynctest to allow for `setupAll` and `teardownAll`.

Add local coverage nimble task.

Combine tests in to a testAll file.
2022-03-04 18:04:50 +11:00