Commit Graph

17 Commits

Author SHA1 Message Date
Georg Wiese
3908634133 Implement proving of continuations 2023-12-08 19:10:37 +01:00
Lucas Clemente Vella
d1b74b7680 Placing faster checks first.
So that if they fail, they save waiting time.
2023-11-07 13:15:47 +00:00
Georg Wiese
122767bc3c CI: Add back clippy & fmt checks 2023-10-04 15:09:07 +00:00
Georg Wiese
c857fe08b8 Add Powdr standard library 2023-10-02 11:36:44 +00:00
Lucas Clemente Vella
927eda9717 Using same feature set for all cargo commands in checks.
Except for the one that tests a different feature, obviously.

This should speedup the run a little.
2023-09-25 15:20:23 +01:00
Leo
d6d0a2ffd8 Merge pull request #624 from powdr-labs/ci-test-profile
Using a custom cargo profile in the per PR tests.
2023-09-25 09:22:11 +00:00
Lucas Clemente Vella
7187404f30 Using a custom cargo profile in the per PR tests. 2023-09-21 17:19:45 +01:00
Lucas Clemente Vella
2e743b9133 Enabling CI jobs for PRs as the merge queue conditional. 2023-09-18 18:13:22 +01:00
chriseth
50d35063fb Quick fix: Re-compute first row. 2023-09-05 17:03:39 +02:00
Georg Wiese
1bcffdd0ba Use rust toolchain 1.72 (#550)
* Use rust toolchain 1.72

* Use resolver 2

* Install toolchain on CI

* Install toolchain

* just lint and format

* Add clippy

* Just format

* Add rustfmt component

* Readd tests
2023-08-31 13:25:36 +00:00
Lucas Clemente Vella
37c3a616e5 Using the atomic variant of RISC-V. (#546) 2023-08-31 13:02:01 +02:00
Georg Wiese
1899c32e2f CI: Move 'Check benches compile without running them' (#526) 2023-08-25 09:01:58 +02:00
Thibaut Schaeffer
b80686a880 VM to VM calls (#392)
* implement call from vm to vm

* address review

* reduce diff in pilgen

* address review

* address more comments

* clean up readme, fix tests

* keep only one machine type for the block enforcer readme
2023-08-21 16:23:25 +02:00
Lucas Clemente Vella
2c5216cfca Running build and tests for all crates in CI. (#413) 2023-07-24 14:59:13 +02:00
Lucas Clemente Vella
9306361dc4 Enabling Halo2 via cargo feature. (#406)
* Enabling Halo2 via cargo feature.

* Enabling Halo2 by default.

* Renaming get_prover.
2023-07-21 17:57:40 +02:00
Lucas Clemente Vella
0e0de8a256 Adding test_keccak and test_vec_median to PR tests. 2023-06-19 12:20:03 +01:00
Lucas Clemente Vella
0e09a576d6 Running ignored tests only in nightly runs. 2023-06-19 12:20:03 +01:00