aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorOndřej Čertík <ondrej@certik.us>2020-01-14 13:40:08 -0700
committerGitHub <noreply@github.com>2020-01-14 13:40:08 -0700
commit772d16a78abda39f2b3d6d3bb91253835bf0ff99 (patch)
tree34fcfe2eb5021e489f74279b6eebbb6e1fea1252 /.github
parentbf8ee015890da9528572b9dbc8eeaa4dd57e132c (diff)
parent3d95847e2871f77967c3664372266087c31019cb (diff)
downloadfpm-772d16a78abda39f2b3d6d3bb91253835bf0ff99.tar.gz
fpm-772d16a78abda39f2b3d6d3bb91253835bf0ff99.zip
Merge pull request #10 from certik/tests2
Prepare fpm to run on Windows using Rust tests
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/CI.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml
index a3678a1..3fc511f 100644
--- a/.github/workflows/CI.yml
+++ b/.github/workflows/CI.yml
@@ -12,6 +12,7 @@ env:
HOMEBREW_NO_BOTTLE_SOURCE_FALLBACK: "ON"
HOMEBREW_NO_GITHUB_API: "ON"
HOMEBREW_NO_INSTALL_CLEANUP: "ON"
+ RUST_BACKTRACE: "1" # Make Rust print full backtrace on error
jobs:
Build: