Skip to content

Commit

Permalink
add test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
robzr committed Feb 22, 2024
1 parent 7cf7edd commit b8a3f6c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Test
on:
pull_request:

jobs:
test:
name: Run Tests
runs-on: [ubuntu-latest]
steps:
- uses: actions/checkout@v4
- run: tests/run_tests.sh
- uses: actions/upload-artifact@v4
with:
if-no-files-found: ignore
name: sort-test-output
path: sort-*.txt

0 comments on commit b8a3f6c

Please sign in to comment.