example icon indicating copy to clipboard operation
example copied to clipboard

Test Rust application with multiple example workflows enabled

Results 12 example issues
Sort by recently updated
recently updated
newest added

## Description The grcov.yml example suggests running both tests and docs for coverage. Profiling coverage for doc tests doesn't work and causes doctests to fail: ``` ---- src/unix.rs - unix::getpid...

bug

I'm not suepr familiar with GitHub actions, so apologies if this is an obvious and known thing. I can set the default CWD for run commands with: ``` defaults: run:...

enhancement

0 is not a valid value for the day of the month. Change it to run every Sunday instead. This should also fix issue #14

Do the checklist before filing an issue: * [x] Is this related to the `actions-rs` Actions? If you think it's a problem related to Github Actions in general, use GitHub...

enhancement

Before it was `0 0 0 * *` which would run at 0:00 on the 0th day of every month.

See, e.g.: https://github.com/actions-rs/example/actions/runs/36264512 The workflow file appears to be invalid (and it appears to be so for a long time).

> Test advisory with associated example crate | Details | | | ------------------- | ---------------------------------------------- | | Package | `rustsec-example-crate` | | Version | `0.0.1` | | URL | [https://github.com/RustSec/advisory-db/issues/158](https://github.com/RustSec/advisory-db/issues/158)...