We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3c7f44 commit ac6789cCopy full SHA for ac6789c
2 files changed
.github/workflows/tests-conformance.yaml .github/workflows/integration.yaml.github/workflows/tests-conformance.yaml renamed to .github/workflows/integration.yaml
@@ -1,4 +1,4 @@
1
-name: Tests (Conformance)
+name: Tests (Integration)
2
3
# ------------------------------------------------------------------------------
4
# Workflow Settings
@@ -29,7 +29,7 @@ env:
29
30
jobs:
31
# -----------------------------------------------------------------
32
- # Conformance test suites (tests/ crates)
+ # Integration test suites (tests/ crates)
33
34
35
test:
.github/workflows/tests.yaml
-name: Tests
+name: Tests (Unit)
0 commit comments