diff options
| author | Jorge Iglesias Garcia <44316552+jorgeig-space@users.noreply.github.com> | 2021-08-11 00:50:37 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-11 00:50:37 +0800 |
| commit | 50ff1bfae41e8643e609d8d85203fe20b1071253 (patch) | |
| tree | 0f342cc5845f0a258b8d40122f4dd1422cce1bc0 /.github | |
| parent | 8ddfcf8efc1f9005fad6ea4bbd4956348c606405 (diff) | |
Update build.yml
Add a "test" branch
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4d7ed95..031c92e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -6,6 +6,7 @@ on: - master - staging - trying + - test env: CARGO_TERM_COLOR: always |
