Skip to content

Commit

Permalink
fix typo in job step name (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
cwpearson authored Apr 30, 2024
1 parent f1c9ae5 commit 70d87d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@ jobs:
- name: Build KokkosComm Perf Tests
run: |
VERBOSE=1 cmake --build "$COMM_PERF_TESTS_BUILD"
- name: Run KokkosComm Unit Tests against Install
- name: Run KokkosComm Perf Tests against Install
run: |
ctest -V --test-dir "$COMM_PERF_TESTS_BUILD"

0 comments on commit 70d87d9

Please sign in to comment.