This commit is contained in:
rzadp
2024-06-12 12:32:03 +02:00
parent 661aa45275
commit 2b014d74d9
+6 -4
View File
@@ -17,9 +17,11 @@ jobs:
matrix:
container:
- "ubuntu:22.04"
- "ubuntu:latest"
- "debian:10.13"
- "debian:latest"
# - "ubuntu:latest"
# - "debian:10.13"
# - "debian:latest"
# - "alpine:3.17"
# - "alpine:latest"
container: ${{ matrix.container }}
steps:
- uses: actions/checkout@v3
@@ -42,7 +44,7 @@ jobs:
swap-storage: false
- name: Build the template
run: cargo build
run: /root/.cargo/bin/cargo build
timeout-minutes: 90
- name: Run clippy