Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,6 @@ jobs:
# new experimental lints that we don't want to enforce yet.
RUSTDOCFLAGS: ""

# 8. Check Examples (Compilation Only)
- name: Check Examples Compile
# 8. Check Example (Compilation Only)
- name: Check Example Compiles
run: cargo build --examples --verbose
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,8 @@
*.bak

# Cargo local config with secrets
/.cargo/config.toml
/.cargo/config.toml

# Generated example reports (keep the dir, ignore contents)
/examples/reports/*
!/examples/reports/.gitkeep
Loading
Loading