aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/ci.yaml')
-rw-r--r--.github/workflows/ci.yaml23
1 files changed, 8 insertions, 15 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 58c8f083a..29e388e7c 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -7,14 +7,18 @@ on:
7 - staging 7 - staging
8 - trying 8 - trying
9 9
10env:
11 CARGO_INCREMENTAL: 0
12 CARGO_NET_RETRY: 10
13 CC: deny_c
14 RUN_SLOW_TESTS: 1
15 RUSTFLAGS: -D warnings
16 RUSTUP_MAX_RETRIES: 10
17
10jobs: 18jobs:
11 rust-audit: 19 rust-audit:
12 name: Audit Rust vulnerabilities 20 name: Audit Rust vulnerabilities
13 runs-on: ubuntu-latest 21 runs-on: ubuntu-latest
14 env:
15 RUSTUP_MAX_RETRIES: 10
16 CARGO_NET_RETRY: 10
17
18 steps: 22 steps:
19 - name: Install Rust toolchain 23 - name: Install Rust toolchain
20 uses: actions-rs/toolchain@v1 24 uses: actions-rs/toolchain@v1
@@ -46,14 +50,6 @@ jobs:
46 matrix: 50 matrix:
47 os: [ubuntu-latest, windows-latest, macos-latest] 51 os: [ubuntu-latest, windows-latest, macos-latest]
48 52
49 env:
50 RUSTFLAGS: -D warnings
51 CC: deny_c
52 CARGO_INCREMENTAL: 0
53 RUN_SLOW_TESTS: 1
54 RUSTUP_MAX_RETRIES: 10
55 CARGO_NET_RETRY: 10
56
57 steps: 53 steps:
58 - name: Checkout repository 54 - name: Checkout repository
59 uses: actions/checkout@v2 55 uses: actions/checkout@v2
@@ -111,9 +107,6 @@ jobs:
111 typescript: 107 typescript:
112 name: TypeScript 108 name: TypeScript
113 runs-on: ubuntu-latest 109 runs-on: ubuntu-latest
114 env:
115 CXX: g++-4.9
116 CC: gcc-4.9
117 steps: 110 steps:
118 - name: Checkout repository 111 - name: Checkout repository
119 uses: actions/checkout@v2 112 uses: actions/checkout@v2