Skip to content

Commit

Permalink
Fix name of test suite for DS consistency tests
Browse files Browse the repository at this point in the history
  • Loading branch information
josephschorr committed Dec 15, 2024
1 parent 40cc9ef commit ca7a094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
if: |
needs.paths-filter.outputs.codechange == 'true'
run: "go run mage.go testds:${{ matrix.datastore }}"
- name: "Integration tests"
- name: "Consistency tests"
if: |
needs.paths-filter.outputs.codechange == 'true'
run: "go run mage.go testcons:${{ matrix.datastore }}"
Expand Down

0 comments on commit ca7a094

Please sign in to comment.