There was an error while loading. Please reload this page.
1 parent 572f47c commit 3981d8fCopy full SHA for 3981d8f
3 files changed
.github/workflows/build.yml
@@ -18,6 +18,7 @@ concurrency:
18
19
env:
20
CN_APP_SLUG: verso/verso-nightly
21
+ CARGO_TERM_COLOR: always
22
23
jobs:
24
pr-fast-check:
.github/workflows/check.yaml
@@ -14,6 +14,9 @@ concurrency:
14
group: ${{ github.workflow }}-${{ github.ref }}
15
cancel-in-progress: true
16
17
+env:
+
check-linux:
runs-on: ubuntu-22.04
.github/workflows/release-versoview.yml
@@ -7,6 +7,7 @@ env:
7
RUST_BACKTRACE: 1
8
CARGO_INCREMENTAL: 0
9
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
10
11
12
13
build-linux:
0 commit comments