|
|
1804bbea6e
|
chore: remove optimism feature (#14545)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2025-02-18 00:53:50 +01:00 |
|
|
|
abcfbfda72
|
test: Add ValidBlocks and InvalidBlocks blockchain tests (#13969)
Co-authored-by: VolodymyrBg <aqdrgg19@gmail.com>
Co-authored-by: joshieDo <93316087+joshieDo@users.noreply.github.com>
|
2025-01-24 20:37:37 +01:00 |
|
|
|
a505f49147
|
ci: install mold as the linker (#13842)
|
2025-01-17 12:42:44 +00:00 |
|
|
|
856dc7d9c5
|
ci: ignore ethereum crates for testing (#12976)
|
2024-11-28 16:44:38 +00:00 |
|
|
|
6b3c7c651e
|
fix(ci): warn instead of failing no tests (#12893)
|
2024-11-27 07:50:32 +00:00 |
|
|
|
efa350d28d
|
ci: exclude more crates for op tests (#12568)
|
2024-11-15 12:44:16 +01:00 |
|
|
|
456d507797
|
feat(ci): move book clippy and tests to matrix (#11618)
|
2024-10-10 13:48:30 +00:00 |
|
|
|
3765dbe470
|
docs(exex): include code for ExEx book from real files (#11545)
|
2024-10-08 10:46:53 +00:00 |
|
|
|
6699c6a3d7
|
feat(examples): remove Remote ExEx (#9085)
|
2024-06-25 11:21:01 +00:00 |
|
|
|
4984bc6cc9
|
fix(ci): use correct profile for iai benches (#9081)
|
2024-06-25 09:58:55 +00:00 |
|
|
|
81b5fbf573
|
feat(examples): remote exex (#8890)
|
2024-06-24 13:40:35 +00:00 |
|
|
|
254647c425
|
chore(ci): exclude examples from docs (#8953)
|
2024-06-19 16:47:57 +00:00 |
|
|
|
9fc75c6247
|
chore: pin ethereum tests (#7986)
|
2024-04-30 08:55:34 +00:00 |
|
|
|
91c7dd04b7
|
Revert "chore(github): skip some heavy jobs when PR is not related (#6667)" (#7035)
|
2024-03-07 17:08:51 +00:00 |
|
|
|
efa6bbc2df
|
chore(github): skip some heavy jobs when PR is not related (#6667)
Signed-off-by: jsvisa <delweng@gmail.com>
Co-authored-by: DaniPopes <57450786+DaniPopes@users.noreply.github.com>
|
2024-03-06 19:02:29 +00:00 |
|
|
|
e42fb32c7f
|
ci/test: speed up tests (#6987)
|
2024-03-06 13:30:18 +00:00 |
|
|
|
add3c6a3a2
|
feat(ci): RUST_BACKTRACE=1 for all tests (#6283)
|
2024-01-30 12:33:08 +00:00 |
|
|
|
fa803fd7ef
|
fix(ci): Optimism unit / integration tests (#5318)
|
2023-11-06 12:58:29 +00:00 |
|
|
|
18a55d240b
|
ci: fix partitions + clippy (#5314)
|
2023-11-05 19:00:59 +00:00 |
|
|
|
52670a8b24
|
feat: op-reth (#4377)
Co-authored-by: Roberto Bayardo <bayardo@alum.mit.edu>
Co-authored-by: refcell.eth <abigger87@gmail.com>
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
Co-authored-by: refcell <refcell@oplabs.co>
Co-authored-by: nicolas <48695862+merklefruit@users.noreply.github.com>
|
2023-11-05 17:33:42 +00:00 |
|
|
|
6e0cf0f33a
|
ci: chores (#5280)
|
2023-11-04 23:22:27 +00:00 |
|
|
|
572a41eafb
|
chore: rm lcov support (#5159)
|
2023-10-24 14:32:25 +00:00 |
|
|
|
8e9937bb08
|
ci: minor fixes (#4831)
|
2023-09-28 01:25:33 +00:00 |
|
|
|
64aba9cac5
|
feat(CI): add timeout to CI (#4728)
|
2023-09-22 19:13:37 +00:00 |
|
|
|
555a1dd2b5
|
ci: deny warnings only in lint jobs (#3982)
|
2023-07-29 13:37:18 +00:00 |
|
|
|
6e283cdbfd
|
ci: reduce partitions (#3890)
|
2023-07-24 18:37:31 +02:00 |
|
|
|
cb0947d7cb
|
ci: use large runners (#3888)
|
2023-07-24 18:11:41 +02:00 |
|
|
|
b3c8a98a62
|
chore(ci): build tests in release and filter features (#3885)
|
2023-07-24 16:49:54 +02:00 |
|
|
|
4a86aae213
|
ci: re-enable workflows on main (#3849)
|
2023-07-19 16:24:16 +02:00 |
|
|
|
a38b578218
|
ci: increase number of unit test partitions (#3848)
|
2023-07-19 16:24:00 +02:00 |
|
|
|
21db2936e6
|
ci: pin ubuntu to 20.04 to avoid glibc errors
ref: https://github.com/paradigmxyz/reth/actions/runs/5486255403/jobs/9996118421
ref: https://github.com/foundry-rs/foundry/issues/3827
Compiling serde v1.0.164
error: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.25' not found (required by /target/maxperf/deps/libserde_derive-6e9709c79bb5c7fa.so)
--> /cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.164/src/lib.rs:340:1
|
340 | extern crate serde_derive;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
2023-07-07 15:37:04 +03:00 |
|
|
|
007c04e29e
|
ci: split checks across pr/merge group/main (#3405)
|
2023-06-26 17:41:52 +00:00 |
|
|
|
dc74fad816
|
test: add support for seeded rng (#3270)
|
2023-06-21 21:35:28 +00:00 |
|
|
|
144f4bdcee
|
ci: fix required checks (#3192)
|
2023-06-15 19:58:49 +00:00 |
|
|
|
b7fb236986
|
ci: add dummy jobs to required workflows (#2905)
|
2023-05-31 08:19:35 +00:00 |
|
|
|
d676170f84
|
ci: various speed optimizations (#2867)
|
2023-05-29 12:47:49 +00:00 |
|
|
|
ea5e877f35
|
ci: use Swatinem/rust-cache@v2 everywhere (#2862)
|
2023-05-26 14:01:46 +00:00 |
|
|
|
cb829be089
|
refactor: move ef tests to own testing crate (#2847)
|
2023-05-26 02:02:08 +00:00 |
|
|
|
fd785287de
|
ci: run workflows on merge_group (#2842)
|
2023-05-25 18:39:32 +02:00 |
|
|
|
3f342a7c0a
|
ci: re-introduce running CI on ubuntu-latest (#1837)
|
2023-03-19 17:26:39 -07:00 |
|
|
|
d5d685b5b2
|
ci: partition tests (#1349)
|
2023-02-14 20:37:59 +01:00 |
|
|
|
f63c8d7e36
|
ci: split ci workflow (#1345)
|
2023-02-14 17:49:18 +01:00 |
|