We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fe73b0 commit 964d4abCopy full SHA for 964d4ab
.github/workflows/rust.yml
@@ -13,13 +13,13 @@ jobs:
13
build:
14
runs-on: ubuntu-latest
15
steps:
16
- - uses: actions/checkout@v3
17
- - name: Build
18
- run: cargo build --verbose
19
- - name: Run tests
20
- run: cargo test --verbose
21
- - name: Build no_std
22
- run: cargo build --no-default-features
+ - uses: actions/checkout@v3
+ - name: Build
+ run: cargo build --verbose
+ - name: Run tests
+ run: cargo test --verbose
+ - name: Build no_std
+ run: cargo build --no-default-features
23
24
msrv-all:
25
@@ -29,5 +29,5 @@ jobs:
29
run: rustup update 1.62.1 && rustup default 1.62.1
30
- name: Test
31
run: cargo test --verbose
32
33
0 commit comments