File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 16
16
steps :
17
17
- name : Install apt-get
18
18
run : sudo apt-get install -y clang llvm
19
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
19
+ - uses : doctolib/ actions/checkout@429fae9c3fefa82b9a7fc0223edfaecc7234c787 # checkout-v0.1.0
20
20
- name : Build
21
21
run : cargo build --features=${{ matrix.version }} --verbose
Original file line number Diff line number Diff line change 12
12
matrix :
13
13
version : [community, enterprise]
14
14
steps :
15
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
15
+ - uses : doctolib/ actions/checkout@429fae9c3fefa82b9a7fc0223edfaecc7234c787 # checkout-v0.1.0
16
16
17
17
- name : Install deps
18
18
run : |
Original file line number Diff line number Diff line change 21
21
with :
22
22
toolchain : nightly
23
23
components : rustfmt, clippy
24
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
24
+ - uses : doctolib/ actions/checkout@429fae9c3fefa82b9a7fc0223edfaecc7234c787 # checkout-v0.1.0
25
25
- name : Run tests
26
26
run : cargo test --features=${{ matrix.version }} --verbose
27
27
- name : Run tests with Couchbase Lite C leak check
You can’t perform that action at this time.
0 commit comments