Skip to content

Commit e4006e7

Browse files
committed
Cleanup
1 parent 103cf7c commit e4006e7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pr_tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ env:
77
CARGO_TERM_COLOR: always
88

99
jobs:
10-
functional-tests:
11-
name: Functional Tests
10+
tests:
11+
name: Tests
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout repository
@@ -24,6 +24,6 @@ jobs:
2424
sudo ./aws/install
2525
rm -rf aws awscliv2.zip
2626
27-
- name: Run functional tests with devtool
27+
- name: Run tests with devtool
2828
run: |
2929
./tools/devtool -y test

0 commit comments

Comments
 (0)