Skip to content

Commit f29c702

Browse files
committed
fix: update tests to rust 1.83.0
1 parent 27a25d4 commit f29c702

File tree

2 files changed

+11
-16
lines changed

2 files changed

+11
-16
lines changed

.github/workflows/backend-check.yml

Lines changed: 10 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Backend check
22
on:
33
push:
44
paths:
5-
- "backend/**"
6-
- ".github/workflows/backend-check.yml"
5+
- "backend/**"
6+
- ".github/workflows/backend-check.yml"
77

88
jobs:
99
check_oss:
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions-rust-lang/setup-rust-toolchain@v1
1717
with:
1818
cache-workspaces: backend
19-
toolchain: 1.82.0
19+
toolchain: 1.83.0
2020
- uses: Swatinem/rust-cache@v2
2121
with:
2222
workspaces: backend
@@ -32,16 +32,15 @@ jobs:
3232
with:
3333
fetch-depth: 0
3434

35-
3635
- name: install xmlsec1
3736
run: |
38-
sudo apt-get update
39-
sudo apt-get install -y libxml2-dev libxmlsec1-dev
37+
sudo apt-get update
38+
sudo apt-get install -y libxml2-dev libxmlsec1-dev
4039
4140
- uses: actions-rust-lang/setup-rust-toolchain@v1
4241
with:
4342
cache-workspaces: backend
44-
toolchain: 1.82.0
43+
toolchain: 1.83.0
4544
- uses: Swatinem/rust-cache@v2
4645
with:
4746
workspaces: backend
@@ -71,16 +70,14 @@ jobs:
7170
token: ${{ secrets.WINDMILL_EE_PRIVATE_ACCESS }}
7271
fetch-depth: 0
7372

74-
7573
- name: Substitute EE code (EE logic is behind feature flag)
7674
run: |
7775
./backend/substitute_ee_code.sh --copy --dir ./windmill-ee-private
7876
79-
8077
- uses: actions-rust-lang/setup-rust-toolchain@v1
8178
with:
8279
cache-workspaces: backend
83-
toolchain: 1.82.0
80+
toolchain: 1.83.0
8481
- uses: Swatinem/rust-cache@v2
8582
with:
8683
workspaces: backend
@@ -110,8 +107,8 @@ jobs:
110107

111108
- name: install xmlsec1
112109
run: |
113-
sudo apt-get update
114-
sudo apt-get install -y libxml2-dev libxmlsec1-dev
110+
sudo apt-get update
111+
sudo apt-get install -y libxml2-dev libxmlsec1-dev
115112
116113
- name: Substitute EE code (EE logic is behind feature flag)
117114
run: |
@@ -120,7 +117,7 @@ jobs:
120117
- uses: actions-rust-lang/setup-rust-toolchain@v1
121118
with:
122119
cache-workspaces: backend
123-
toolchain: 1.82.0
120+
toolchain: 1.83.0
124121
- uses: Swatinem/rust-cache@v2
125122
with:
126123
workspaces: backend
@@ -130,5 +127,3 @@ jobs:
130127
run: |
131128
mkdir -p fake_frontend_build
132129
FRONTEND_BUILD_DIR=$(pwd)/fake_frontend_build SQLX_OFFLINE=true cargo check --all-features
133-
134-

.github/workflows/backend-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- uses: actions-rust-lang/setup-rust-toolchain@v1
5555
with:
5656
cache-workspaces: backend
57-
toolchain: 1.82.0
57+
toolchain: 1.83.0
5858
- uses: Swatinem/rust-cache@v2
5959
with:
6060
workspaces: backend

0 commit comments

Comments
 (0)