Skip to content

Commit 7f005a2

Browse files
committed
modify ci/cd further
1 parent 98a2e4f commit 7f005a2

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ci-cd.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,14 @@ on:
1010
env:
1111
CARGO_TERM_COLOR: always
1212
SQLX_OFFLINE: true
13+
toolchain: nightly
1314

1415
jobs:
1516
# Quick quality checks
1617
quality-check:
1718
name: Code Quality
1819
runs-on: ubuntu-latest
19-
20+
2021
steps:
2122
- name: Checkout code
2223
uses: actions/checkout@v4
@@ -48,7 +49,7 @@ jobs:
4849
name: Build & Test
4950
runs-on: ubuntu-latest
5051
needs: quality-check
51-
52+
5253
steps:
5354
- name: Checkout code
5455
uses: actions/checkout@v4
@@ -91,7 +92,7 @@ jobs:
9192
runs-on: ubuntu-latest
9293
needs: build-and-test
9394
if: github.ref == 'refs/heads/main'
94-
95+
9596
steps:
9697
- name: Checkout code
9798
uses: actions/checkout@v4

0 commit comments

Comments
 (0)