diff options
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/.gitkeep | 0 | ||||
-rw-r--r-- | .github/workflows/test.yml (renamed from .github/workflows/ci.yml) | 4 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/.gitkeep b/.github/workflows/.gitkeep deleted file mode 100644 index e69de29..0000000 --- a/.github/workflows/.gitkeep +++ /dev/null diff --git a/.github/workflows/ci.yml b/.github/workflows/test.yml index 2f6a72d..01581b8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/test.yml @@ -1,4 +1,4 @@ -name: test suite +name: Test on: [push, pull_request] jobs: @@ -9,4 +9,4 @@ jobs: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@stable - run: cargo check --all - - run: cargo test --all-features
\ No newline at end of file + - run: cargo test --all-features |