Skip to content

Commit

Permalink
clean actions
Browse files Browse the repository at this point in the history
  • Loading branch information
woelper committed Sep 17, 2023
1 parent 3da0628 commit 6896853
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [push]
jobs:
test:
runs-on: macos-12
name: Build in NetBSD
name: Build in NetBSD with default features
steps:
- uses: actions/checkout@v2
- name: Build in NetBSD
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
on: [push]

name: OSX
name: OSX Check
jobs:
check:
strategy:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
on: [push]

name: Ubuntu
name: Ubuntu check no default features
jobs:
check:
strategy:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
on: [push]

name: Windows
name: Windows Check
jobs:
check:
strategy:
Expand Down

0 comments on commit 6896853

Please sign in to comment.