File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 4242 shared-key : cubestore
4343 key : ubuntu-22.04
4444 - name : Run cargo fmt
45- run : cargo fmt -- -- check
45+ run : cargo fmt --check
4646 - name : Run cargo check
47- run : cargo check --benches
47+ # Re-using test profile to speedup builds
48+ run : cargo check --benches --profile test
4849 - name : Run cargo test
4950 env :
5051 CUBESTORE_AWS_ACCESS_KEY_ID : ${{ secrets.CUBESTORE_AWS_ACCESS_KEY_ID }}
Original file line number Diff line number Diff line change 5151 shared-key : cubestore-testing
5252 key : ubuntu-22.04
5353 - name : Run cargo fmt
54- run : cargo fmt -- -- check
54+ run : cargo fmt --check
5555 - name : Run cargo check
56- run : cargo check --benches
56+ # Re-using test profile to speedup builds
57+ run : cargo check --benches --profile test
5758 - name : Run cargo test
5859 env :
5960 # LocalDirRemoteFs expect that std::env::temp_dir and its local dir is on same FS, to use `rename`
You can’t perform that action at this time.
0 commit comments