Skip to content
Open
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
5 changes: 2 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -324,9 +324,8 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
- name: "Generate macro tests"
run: cargo run --bin xtask -- gen-macro-tests
- name: "Check tracing macro invocations ("
# TODO(hds): remove `|| true` when all macros compile
run: cargo check --tests || true
- name: "Check tracing macro invocations"
run: cargo check --tests
working-directory: "tracing/test-macros"

# all required checks except for the main test run (which we only require
Expand Down
Loading
Loading