Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fumiama authored Apr 7, 2024
1 parent 49a9136 commit b274f29
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: test
on: [ push, pull_request, workflow_dispatch ]
on: [ push, pull_request ]

jobs:
test_ubuntu:
name: Run CMake Test on Ubuntu (gcc) 🧪
name: Run CMake Test on Ubuntu (GCC) 🧪
runs-on: ubuntu-latest
steps:

Expand Down Expand Up @@ -33,7 +33,7 @@ jobs:
make test || ctest --rerun-failed --output-on-failure
test_windows:
name: Run CMake MSVC Test 🧪
name: Run CMake Test on Windows (MSVC) 🧪
runs-on: windows-latest
steps:

Expand Down

0 comments on commit b274f29

Please sign in to comment.