diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index e3631c5..3cf0d97 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -1,8 +1,3 @@ -# This file is autogenerated by maturin v1.3.1 -# To update, run -# -# maturin generate-ci github -# name: CI on: @@ -14,7 +9,7 @@ permissions: jobs: test: - name: Test for ${{ matrix.os }} + name: Pre-test for release strategy: matrix: os: ["ubuntu"] diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3a68899..77ad1e8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,8 +1,3 @@ -# This file is autogenerated by maturin v1.3.1 -# To update, run -# -# maturin generate-ci github -# name: test on: