We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
very_unstable
1 parent 0d51b27 commit 225ae4cCopy full SHA for 225ae4c
.github/workflows/build.yml
@@ -67,6 +67,26 @@ jobs:
67
command: test
68
args: --features unstable
69
70
+ very_unstable:
71
+ name: Test Suite (very_unstable)
72
+ runs-on: ubuntu-latest
73
+ steps:
74
+ - name: Checkout sources
75
+ uses: actions/checkout@v2
76
+
77
+ - name: Install nightly toolchain
78
+ uses: actions-rs/toolchain@v1
79
+ with:
80
+ profile: minimal
81
+ toolchain: nightly
82
+ override: true
83
84
+ - name: Run cargo test --features very_unstable
85
+ uses: actions-rs/cargo@v1
86
87
+ command: test
88
+ args: --features very_unstable
89
90
91
lints:
92
name: Lints
0 commit comments