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.
1 parent e8fdae3 commit c451912Copy full SHA for c451912
.github/workflows/tests.yml
@@ -44,6 +44,7 @@ jobs:
44
45
- name: Setup Rust Toolchain
46
uses: actions-rust-lang/setup-rust-toolchain@v1
47
+ with: { rustflags: "" } # Don't fail on warnings
48
49
- name: Install Nextest
50
uses: taiki-e/install-action@v2
0 commit comments