Commit graph

58 commits

Author SHA1 Message Date
Rod Elias
c704bcc656
Install Openssl for Windows (#12) 2023-08-20 08:40:15 -04:00
James Chacon
99f108f93c
Quote MSRV version to avoid float parsing (#11)
Put 1.70 in there (for instance if you want to pin against OnceLock stabilizing) and it will actually test 1.7 as it appears github auto converts this to a float?

Putting in quotes seems to do the right thing here
2023-08-13 12:13:38 +02:00
Jon Gjengset
6332a3af21
[sanity] More robust injection of opt-level 1 (#9)
Fixes #8
2023-04-24 12:40:14 -07:00
Simen Bekkhus
16a2c2925e
chore: automatically cancel superseded Actions runs (#5) 2023-04-08 12:57:54 -04:00
Burkhard Mittelbach
80a89195f2
Add action to run doctest. (#3)
`cargo test --all-features` does not run doc-tests. For more information
see https://github.com/rust-lang/cargo/issues/6669.
2023-03-19 20:18:49 -04:00
Tudyx
0d12c82bf4
Unbreak cargo hack for non-libraries (#4) 2023-03-19 20:17:59 -04:00
Jon Gjengset
5ea59356dc Remove -Zmiri-tag-raw-pointers as it's now default 2023-03-12 09:40:09 -07:00
Jon Gjengset
a076ec1cb4 Minimal token permissions
See https://github.com/tokio-rs/tokio/pull/5072
2023-03-11 15:08:47 -08:00
Jon Gjengset
9afb0e111a Get rid of most actions-rs bits
Given that that project is unmaintained.

https://github.com/actions-rs/toolchain/issues/216
2023-03-11 15:07:41 -08:00
Jon Gjengset
90999e1bd1 Fix install message for msrv 2023-03-10 21:22:30 -08:00
Jon Gjengset
362696ab80 Move to maintained rust installer
See https://github.com/actions-rs/toolchain/issues/216
2023-03-10 21:16:37 -08:00
Jon Gjengset
d6bd5c67a4
Merge pull request #1 from jonhoo/dependabot/github_actions/codecov/codecov-action-3
Bump codecov/codecov-action from 2 to 3
2022-12-09 19:42:59 -05:00
dependabot[bot]
c8a7835b2f
Bump codecov/codecov-action from 2 to 3
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 2 to 3.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/v2...v3)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-10 00:25:41 +00:00
Jon Gjengset
82cbed84f8 Notify if actions themselves are outdated 2022-12-09 16:25:21 -08:00
Jon Gjengset
cf47d4cad4 ignore is a list 2022-09-28 18:23:39 -07:00
Jon Gjengset
b783cb31ab Use dependabot, but only for major versions 2022-09-23 08:53:07 -07:00
Jon Gjengset
441dc27e4d Allow examples and binaries to require features 2022-09-18 14:01:04 -07:00
Jon Gjengset
ea198cc499 More concise name for scheduled jobs 2022-09-18 13:52:47 -07:00
Jon Gjengset
15c1fa2ffc Catch upcoming deprecations 2022-09-18 12:10:58 -07:00
Jon Gjengset
56d4398a24 Merge safety workflows 2022-09-18 11:52:12 -07:00
Jon Gjengset
71c2048cc0 mv github .github
This should make it possible to have rust-ci-conf as a remote you merge
from.
2022-09-18 11:44:59 -07:00
Jon Gjengset
afa25312c9 Practice what you preach 2022-09-18 11:44:13 -07:00
Jon Gjengset
4859c12882 Add TODOs from twitter thread 2022-09-17 18:16:21 -07:00
Jon Gjengset
87365663b1 Missed a submodule checkout 2022-09-17 16:19:55 -07:00
Jon Gjengset
99ddee84ab Standardize on 'main' as branch name 2022-09-17 12:47:57 -07:00
Jon Gjengset
0f90a0b779 Make everything use checkout@v3 2022-09-17 12:47:38 -07:00
Jon Gjengset
2de2235ad3 Merge another test workflow 2022-09-17 12:46:13 -07:00
Jon Gjengset
971c3fd9eb Merge another test workflow 2022-09-17 12:42:52 -07:00
Jon Gjengset
0910d977fc Merge another test workflow 2022-09-17 12:42:25 -07:00
Jon Gjengset
8953a88abe Add first test workflow 2022-09-17 12:42:10 -07:00
Jon Gjengset
3bd8b12ec0 Merge another style workflow 2022-09-17 12:41:57 -07:00
Jon Gjengset
fe460400ed Merge another style workflow 2022-09-17 12:41:00 -07:00
Jon Gjengset
bc3f551186 Add first style workflow 2022-09-17 12:40:29 -07:00
Jon Gjengset
05dd4680bf Merge another os-check workflow 2022-09-17 12:39:59 -07:00
Jon Gjengset
92379c8623 Add first os-check workflow 2022-09-17 12:39:09 -07:00
Jon Gjengset
c74ee968a1 Add (only) no-std workflow 2022-09-17 12:38:56 -07:00
Jon Gjengset
e6ef8e3166 Merge another msrv workflow 2022-09-17 12:38:01 -07:00
Jon Gjengset
1113c895d8 Merge another msrv workflow 2022-09-17 12:37:31 -07:00
Jon Gjengset
b60aa5589a Merge another msrv workflow 2022-09-17 12:37:03 -07:00
Jon Gjengset
9b48ae3263 Add first msrv workflow 2022-09-17 12:36:43 -07:00
Jon Gjengset
77079d77cb Add (only) miri workflow 2022-09-17 12:36:29 -07:00
Jon Gjengset
c65a7c4f87 Add first minial workflow 2022-09-17 12:35:09 -07:00
Jon Gjengset
bf66d94f15 Add (only) LSAN workflow 2022-09-17 12:34:43 -07:00
Jon Gjengset
f67cad0f91 Add (only) loom workflow 2022-09-17 12:34:34 -07:00
Jon Gjengset
d8c8a99dea Merge another features workflow 2022-09-17 12:33:48 -07:00
Jon Gjengset
043eb24611 Merge another features workflow 2022-09-17 12:32:58 -07:00
Jon Gjengset
922692a297 Merge another features workflow 2022-09-17 12:32:32 -07:00
Jon Gjengset
225ad39786 Add first features workflow 2022-09-17 12:31:58 -07:00
Jon Gjengset
1fe2a6d008 Merge another coverage.yml 2022-09-17 12:31:17 -07:00
Jon Gjengset
fe6ba380bd Merge another coverage.yml 2022-09-17 12:29:55 -07:00