Skip to content

Commit

Permalink
chore: rename the action name for the protect ruleset (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
xieyuschen authored Aug 8, 2024
1 parent fcf4705 commit 4e4f872
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Haskell CI
name: build-test-check

on:
push:
Expand Down Expand Up @@ -36,4 +36,4 @@ jobs:
run: cabal build --enable-tests --enable-benchmarks all

- name: Run tests
run: cabal test --test-show-details=direct
run: cabal test --test-show-details=direct

0 comments on commit 4e4f872

Please sign in to comment.