Skip to content

Commit 40ba124

Browse files
committed
chore: test files
This branch is meant to test the template.
1 parent 07bd058 commit 40ba124

File tree

10 files changed

+2300
-7
lines changed

10 files changed

+2300
-7
lines changed

.github/workflows/audit-check.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
name: Security audit
22

33
on:
4-
# TODO re-enable once project is set up properly
5-
#push:
4+
push:
65
#schedule:
76
# - cron: '0 0 * * *'
87
workflow_dispatch:

.github/workflows/ci.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
name: CI
22

33
on:
4-
# TODO re-enable once project is set up properly
5-
#push:
4+
push:
65
workflow_dispatch:
76

87
env:
@@ -62,7 +61,7 @@ jobs:
6261
fail-fast: false
6362
matrix:
6463
os: [ ubuntu-24.04, macos-14, windows-2022 ]
65-
toolchain: [ 1.60.0 ] # TODO: change for your minimum supported Rust version
64+
toolchain: [ 1.70.0 ]
6665
runs-on: ${{ matrix.os }}
6766
steps:
6867
- name: Checkout code
@@ -96,7 +95,7 @@ jobs:
9695
strategy:
9796
fail-fast: false
9897
matrix:
99-
toolchain: [ 1.68.2, stable, beta, nightly ] # TODO: change 1.68.2 for your minimum supported Rust version
98+
toolchain: [ 1.81.0, stable, beta, nightly ]
10099
os: [ ubuntu-24.04, macos-14, windows-2022 ]
101100
ignore-lock: [ false, true ]
102101
include:
@@ -106,7 +105,7 @@ jobs:
106105
- toolchain: nightly
107106
experimental: true
108107
exclude:
109-
- toolchain: 1.68.2 # TODO: change this version to match the minimum supported Rust version specified above
108+
- toolchain: 1.81.0
110109
ignore-lock: true
111110
runs-on: ${{ matrix.os }}
112111
continue-on-error: ${{ matrix.experimental }}

0 commit comments

Comments
 (0)