Skip to content

Commit 6a69e56

Browse files
committed
CI: update toolchain version for check-external-types
1 parent 38ff4ea commit 6a69e56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- cron: '0 18 * * *'
99

1010
env:
11-
check_ext_rust_version: nightly-2024-06-30
11+
check_ext_rust_version: nightly-2025-05-04
1212
# ^ sync with https://github.com/awslabs/cargo-check-external-types/blob/main/rust-toolchain.toml
1313

1414
jobs:
@@ -89,7 +89,7 @@ jobs:
8989
check-external-types:
9090
name: Validate external types appearing in public API
9191
runs-on: ubuntu-latest
92-
continue-on-error: true
92+
continue-on-error: false
9393
steps:
9494
- name: Checkout sources
9595
uses: actions/checkout@v4

0 commit comments

Comments
 (0)