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@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
19
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
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@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
15
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
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@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
24
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
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