build: test against a specific version of rust
All checks were successful
/ test (map[name:nightly]) (push) Successful in 32s
/ test (map[name:v1.81.0]) (push) Successful in 5s
/ test (map[name:stable]) (push) Successful in 57s

This commit is contained in:
Paul Campbell 2024-09-17 09:51:09 +01:00
parent b352ee0e67
commit 3fa43fa798

View file

@ -10,6 +10,7 @@ jobs:
toolchain:
- name: stable
- name: nightly
- name: v1.81.0
steps:
- uses: actions/checkout@v4