boltlabs-inc / tss-ecdsa

An implementation of a threshold ECDSA signature scheme
Other
12 stars 5 forks source link

Fix ignored tests to use latest rust version #484

Closed marsella closed 1 year ago

marsella commented 1 year ago

It looks like our run-on-merge-to-main tests started failing because a dependency needs a higher minimum rust version. When we updated the other tests to pull the rust version from the .toml file, we didn't update these ones. Fixing now.

Please don't review until the tests run correctly, and note that we need to remove the line that runs these tests on PR before merging.