Skip to content

Commit

Permalink
Rename workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
karagenc committed Mar 18, 2024
1 parent f13de1e commit 85085bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testing.yml → .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Run tests
name: Tests
on: [push, pull_request]
jobs:
test:
strategy:
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout code
Expand Down

0 comments on commit 85085bd

Please sign in to comment.