Commit graph

15 commits

Author SHA1 Message Date
Jon Gjengset
f8f04aefdf Semi-breaking: update codecov action
Note: this requires adding `CODECOV_TOKEN` to your GitHub repository's
secrets! See associated comment in the commit content.
2024-02-03 09:31:14 +01:00
Jon Gjengset
a13691528b Remove stray trailing whitespace 2023-12-17 18:15:06 +01:00
Anas
60fdfbb650
chore: fix typos (#17) 2023-12-17 16:52:41 +01:00
Mathias Pius
3d6ab95662
Nit: Selecting direct minimal versions flag is -Zdirect-minimal-versions (#16) 2023-11-11 15:01:33 +01:00
Josh McKinney
bfee1175f6
docs: Add documentation based on the youtube video (#10) 2023-11-11 10:14:12 +01:00
dependabot[bot]
deb9fd3f46
Bump actions/checkout from 3 to 4 (#13)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [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/v3...v4)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-09 16:21:14 +02:00
Jon Gjengset
7c327ddf5b Don't install OpenSSL on Windows by default 2023-08-20 15:12:25 +02:00
Rod Elias
c704bcc656
Install Openssl for Windows (#12) 2023-08-20 08:40:15 -04: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
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
362696ab80 Move to maintained rust installer
See https://github.com/actions-rs/toolchain/issues/216
2023-03-10 21:16:37 -08: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
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
Renamed from github/workflows/test.yml (Browse further)