We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98a2e4f commit 7f005a2Copy full SHA for 7f005a2
.github/workflows/ci-cd.yml
@@ -10,13 +10,14 @@ on:
10
env:
11
CARGO_TERM_COLOR: always
12
SQLX_OFFLINE: true
13
+ toolchain: nightly
14
15
jobs:
16
# Quick quality checks
17
quality-check:
18
name: Code Quality
19
runs-on: ubuntu-latest
-
20
+
21
steps:
22
- name: Checkout code
23
uses: actions/checkout@v4
@@ -48,7 +49,7 @@ jobs:
48
49
name: Build & Test
50
51
needs: quality-check
52
53
54
55
@@ -91,7 +92,7 @@ jobs:
91
92
93
needs: build-and-test
94
if: github.ref == 'refs/heads/main'
95
96
97
98
0 commit comments