Diff
Logged in as anonymous

Differences From Artifact [a00f422cb7]:

To Artifact [150927a414]:


1
2
3
4
5
6
7
8
9
10
11
12
13
14
name: rust-ci
on: [ push, pull_request]

# only run one job per commit
concurrency:
  group: ${{ github.workflow }}-${{ github.ref }}
  cancel-in-progress: true

# sccache enable for rust/C builds
env:
  SCCACHE_GHA_ENABLED: "true"
  RUSTC_WRAPPER: "sccache"

jobs:

|
<
<
<
<
<







1
2





3
4
5
6
7
8
9
name: rust-ci
on: [ pull_request ]






# sccache enable for rust/C builds
env:
  SCCACHE_GHA_ENABLED: "true"
  RUSTC_WRAPPER: "sccache"

jobs: