We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b77053c commit f31f147Copy full SHA for f31f147
1 file changed
.github/workflows/ci.yml
@@ -12,10 +12,11 @@ jobs:
12
runs-on: ubuntu-latest
13
14
steps:
15
- - uses: actions/checkout@v2
+ - name: Build docker images using cache
16
+ uses: whoan/docker-build-with-cache-action@v5.0.1
17
+ with:
18
+ image_name: yellow
19
- name: Check Formatting
20
run: cargo fmt -- --check
- - name: Build the Docker image
- run: make setup
21
- name: Run tests
22
run: make test
0 commit comments