We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bdd61e commit 448ee5bCopy full SHA for 448ee5b
β.github/workflows/build-docker.yamlβ
@@ -31,6 +31,9 @@ jobs:
31
- name: π Checkout
32
uses: actions/checkout@v6
33
34
+ - name: π¦ Cache Cargo
35
+ uses: Swatinem/rust-cache@v2
36
+
37
- name: π¦ Install SQLX
38
run: cargo install sqlx-cli --no-default-features --features postgres
39
β.github/workflows/test.yamlβ
@@ -34,6 +34,9 @@ jobs:
40
41
42
0 commit comments