fix ci by ignoring tracy tsc check
CI / build (push) Failing after 3m13s
Details
CI / build (push) Failing after 3m13s
Details
This commit is contained in:
parent
b2d259ac71
commit
156cbf25a4
|
@ -1,5 +1,10 @@
|
|||
name: CI
|
||||
|
||||
env:
|
||||
# Runners don't expose the TSC but we want to make sure these tests work, so we
|
||||
# can ignore it.
|
||||
TRACY_NO_INVARIANT_CHECK: 1
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
|
|
Loading…
Reference in New Issue