Skip to content

Commit 19a8ad1

Browse files
committed
fix: switch ci to nightly
1 parent 84fca66 commit 19a8ad1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727

2828
- name: 📦 Build
2929
id: build
30-
run: cargo build
30+
run: cargo +nightly build
3131

3232
- name: 🦺 Test
3333
id: test
34-
run: cargo test
34+
run: cargo +nightly test

0 commit comments

Comments
 (0)