diff options
author | tcmal <me@aria.rip> | 2024-08-25 17:44:21 +0100 |
---|---|---|
committer | tcmal <me@aria.rip> | 2024-08-25 17:44:21 +0100 |
commit | bbcd377cda8a3d99cee8f2f79d58575e00d0aeb8 (patch) | |
tree | aefbf1024fd6c76238b0a1947ed9a7a5c3834c46 /.github/workflows/test.yml | |
parent | 2111c1248b08236a839dcf22036f92735bceb31c (diff) |
fix(ci): dont try and run tests on stable
Diffstat (limited to '.github/workflows/test.yml')
-rw-r--r-- | .github/workflows/test.yml | 4 |
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 |