From bbcd377cda8a3d99cee8f2f79d58575e00d0aeb8 Mon Sep 17 00:00:00 2001 From: tcmal Date: Sun, 25 Aug 2024 17:44:21 +0100 Subject: fix(ci): dont try and run tests on stable --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c492721..fd721b4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,8 +25,8 @@ jobs: - uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: stable - override: nightly + toolchain: nightly + override: true - uses: actions-rs/cargo@v1 with: command: test \ No newline at end of file -- cgit v1.2.3