Commit Graph

25 Commits

Author SHA1 Message Date
dependabot[bot] 4aa3ea163d
Bump actions/checkout from 2 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-02 16:19:33 +00:00
Jack Grigg 61c287a8d6 Run tests on 32-bit target 2023-03-02 16:09:03 +00:00
Jack Grigg 93b9fa2351 Run tests with both `--all-features` and `--no-default-features` 2023-03-02 14:57:19 +00:00
Jack Grigg 374f52d55c Add Dependabot config 2023-03-02 14:28:15 +00:00
Jack Grigg 9479ce6116 Update CI 2023-03-02 14:28:15 +00:00
Jack Grigg 3329b4de85 Migrate to `ff 0.12`, `group 0.12`
MSRV is now 1.56.0.
2022-05-04 23:22:15 +00:00
Jack Grigg c2500bd999 Fix book deployment 2022-05-04 23:04:30 +00:00
Jack Grigg 87488ec1f6 CI: Add no-std build check 2021-09-20 13:58:41 +01:00
Jack Grigg 45c57f9352 Bump MSRV to 1.51.0
Necessary for ff 0.10 etc.
2021-06-01 23:22:25 +01:00
Jack Grigg a46c4d8a0a CI: Remove unnecessary --all flag
We aren't in a workspace here.
2021-03-03 22:49:52 +00:00
Jack Grigg c713e804fa Update book to remove Halo 2 content 2021-03-03 22:45:30 +00:00
Jack Grigg 7d81971079 CI: Warn with clippy on beta instead of nightly
We don't want the noise of changes to nightly clippy, but we _do_ want
advance warning of upcoming CI breakage. Running clippy on beta will
give us six weeks notice.
2021-02-15 15:41:35 +00:00
Jack Grigg fb9eb3b483 CI: Run intra-doc checks on stable 2021-02-15 15:39:16 +00:00
Jack Grigg db930f706a Add an issue template for improving the Halo 2 book 2021-01-29 20:57:50 +00:00
Jack Grigg 30b1c0c1ad Use mdbook 0.4.5
https://blog.rust-lang.org/2021/01/04/mdbook-security-advisory.html
2021-01-09 02:37:05 +00:00
Jack Grigg ac75aac455 CI: Set toolchain for book tests 2021-01-06 00:48:29 +00:00
Jack Grigg e16946f56b CI: Build crate and make it available to book tests 2020-12-10 20:44:50 +00:00
Jack Grigg a9146ae472 book: Add KaTeX support 2020-12-10 20:44:50 +00:00
Jack Grigg e21c72a5a6 CI: Run book tests 2020-12-04 16:15:06 +00:00
Jack Grigg cb54205600 Actions workflow to deploy book to GH Pages 2020-12-04 16:14:54 +00:00
Jack Grigg 914d150a6b CI: Build for WASM targets 2020-12-01 21:26:52 +00:00
Jack Grigg 6c85ad14a9 Use latest stable Rust
We don't need to commit to an MSRV yet, and this avoids the problem
where some of our in-flux dependencies bump their MSRV (or don't have
a defined MSRV and make changes to use more recent features) causing
our CI to break.
2020-11-25 19:38:03 +00:00
Jack Grigg ca160f9ead Update Actions CI with improved workflow 2020-10-30 00:45:07 +00:00
Sean Bowe c59513eb28
Minor adjustments for CI 2020-08-24 13:35:12 -06:00
Sean Bowe 68ef6fdc09
Draft of github actions workflow for CI 2020-08-22 14:32:28 -06:00