Skip to content

Commit 8b09e4a

Browse files
committed
rename GH workflows
1 parent ce1b95e commit 8b09e4a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ concurrency:
77
cancel-in-progress: true
88

99
jobs:
10-
build:
10+
test:
1111
runs-on: ${{ matrix.os }}
1212
strategy:
1313
fail-fast: false
@@ -27,7 +27,7 @@ jobs:
2727
- name: run tests
2828
run: python run_tests.py
2929

30-
build-debug:
30+
test-debug:
3131
runs-on: ubuntu-latest
3232
steps:
3333
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)