We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8d109a commit 6d240cdCopy full SHA for 6d240cd
.github/workflows/main.yml
@@ -22,6 +22,7 @@ jobs:
22
23
- run: cargo clippy --workspace -- -D warnings
24
- run: cargo fmt --check --all
25
+ - run: cargo test --package front_matter
26
27
build:
28
runs-on: ubuntu-latest
0 commit comments