Skip to content

Commit 0b351f5

Browse files
committed
Rename a couple of things for consistency
Not all the tests are actually unit tests, so let's not call it that. Also, don't say "nightly" because if we ever change the schedule, it wouldn't be accurate anymore.
1 parent bced765 commit 0b351f5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/cirq_compatibility.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
# options for overridding some of the parameters for the run.
2525
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2626

27-
name: Cirq compatibility nightly tests
27+
name: Cirq compatibility tests
2828

2929
# Default values. These can be overridden when workflow dispatch is used.
3030
env:
@@ -150,12 +150,12 @@ jobs:
150150
# Run the TFQ configuration script.
151151
printf "Y\n" | ./configure.sh
152152
153-
- name: Run TFQ unit tests
153+
- name: Run TFQ tests
154154
# TODO: when the msan tests are working again, replace the "touch"
155155
# line with ./scripts/msan_test.sh 2>&1 | tee msan-tests-output.log
156156
run: |
157157
set -x -e
158-
./scripts/test_all.sh 2>&1 | tee unit-tests-output.log
158+
./scripts/test_all.sh 2>&1 | tee main-tests-output.log
159159
touch msan-tests-output.log
160160
161161
- name: Make Bazel artifacts downloadable (if desired)
@@ -168,7 +168,7 @@ jobs:
168168
retention-days: 7
169169
include-hidden-files: true
170170
path: |
171-
unit-tests-output.log
171+
main-tests-output.log
172172
msan-tests-output.log
173173
/home/runner/.bazel/execroot/__main__/bazel-out/
174174
!/home/runner/.bazel/execroot/__main__/bazel-out/**/*.so

0 commit comments

Comments
 (0)