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 51d1ea5 commit 2df8b21Copy full SHA for 2df8b21
1 file changed
.github/workflows/ci.yaml
@@ -52,4 +52,12 @@ jobs:
52
- uses: actions/checkout@v4
53
- uses: dtolnay/rust-toolchain@stable
54
- uses: Swatinem/rust-cache@v2
55
- - run: cargo test --locked --all-features
+ - run: cargo test --locked --all-features --all-targets
56
+
57
+ build:
58
+ runs-on: ubuntu-latest
59
+ steps:
60
+ - uses: actions/checkout@v4
61
+ - uses: dtolnay/rust-toolchain@stable
62
+ - uses: Swatinem/rust-cache@v2
63
+ - run: cargo build --locked --all-features --all-targets
0 commit comments