diff options
| author | Miquel Sabaté Solà <mikisabate@gmail.com> | 2025-08-17 22:41:02 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <mikisabate@gmail.com> | 2025-08-18 00:00:54 +0200 |
| commit | de6e989cd3634ee783d47f8ec2caac8d16c77436 (patch) | |
| tree | a2a46a130953c048bc1dae239e8943475e05883e /.github | |
| parent | 6631bc777affdbb371b64495c4aeb34b031cf7a1 (diff) | |
| download | tools.nes-de6e989cd3634ee783d47f8ec2caac8d16c77436.tar.gz tools.nes-de6e989cd3634ee783d47f8ec2caac8d16c77436.zip | |
ci: Add RUST_BACKTRACE to all jobs
Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index df4ad3d..6a25bf2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,6 +7,7 @@ on: branches: [main] env: + RUST_BACKTRACE: 1 RUSTFLAGS: "-Dwarnings" jobs: |
