aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/test.yml
diff options
context:
space:
mode:
authortcmal <me@aria.rip>2024-08-25 17:44:21 +0100
committertcmal <me@aria.rip>2024-08-25 17:44:21 +0100
commitbbcd377cda8a3d99cee8f2f79d58575e00d0aeb8 (patch)
treeaefbf1024fd6c76238b0a1947ed9a7a5c3834c46 /.github/workflows/test.yml
parent2111c1248b08236a839dcf22036f92735bceb31c (diff)
fix(ci): dont try and run tests on stable
Diffstat (limited to '.github/workflows/test.yml')
-rw-r--r--.github/workflows/test.yml4
1 files 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