Skip to content

Commit

Permalink
Check MSRV
Browse files Browse the repository at this point in the history
  • Loading branch information
yutannihilation committed Sep 21, 2024
1 parent 12e3398 commit 3ef8cfc
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/msrv.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
on:
push:
branches: [main, master]
pull_request:
branches: [main, master]

name: check MSRV

jobs:
# check at least it can build
check-msrv:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- uses: dtolnay/[email protected]

- name: Build
run: cargo build --manifest-path=./src/rust/Cargo.toml

0 comments on commit 3ef8cfc

Please sign in to comment.