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 1616 steps :
1717 - name : Install apt-get
1818 run : sudo apt-get install -y clang llvm
19- - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
19+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
2020 - name : Build
2121 run : cargo build --features=${{ matrix.version }} --verbose
Original file line number Diff line number Diff line change 1212 matrix :
1313 version : [community, enterprise]
1414 steps :
15- - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
15+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
1616
1717 - name : Install deps
1818 run : |
Original file line number Diff line number Diff line change 2121 with :
2222 toolchain : nightly
2323 components : rustfmt, clippy
24- - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
24+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
2525 - name : Run tests
2626 run : cargo test --features=${{ matrix.version }} --verbose
2727 - name : Run tests with Couchbase Lite C leak check
You can’t perform that action at this time.
0 commit comments