Skip to content

Commit

Permalink
change test name in CI - release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gautierdag committed Dec 15, 2023
1 parent 15baad8 commit ae3974c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
# This file is autogenerated by maturin v1.3.1
# To update, run
#
# maturin generate-ci github
#
name: CI

on:
Expand All @@ -14,7 +9,7 @@ permissions:

jobs:
test:
name: Test for ${{ matrix.os }}
name: Pre-test for release
strategy:
matrix:
os: ["ubuntu"]
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
# This file is autogenerated by maturin v1.3.1
# To update, run
#
# maturin generate-ci github
#
name: test

on:
Expand Down

0 comments on commit ae3974c

Please sign in to comment.