This commit is contained in:
epi
2022-04-14 05:48:43 -05:00
parent d1d0757d56
commit 5af18e83d8

View File

@@ -22,11 +22,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
# - uses: actions-rs/toolchain@v1
# with:
# profile: minimal
# override: true
- name: Install latest nextest release
uses: taiki-e/install-action@nextest
- name: Test with latest nextest release