Skip to content

Commit

Permalink
switch to test
Browse files Browse the repository at this point in the history
  • Loading branch information
woelper committed Jul 28, 2022
1 parent d96565a commit c332a4d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
on: [push]

name: cargo check linux
name: Test Linux

jobs:
check:
name: Check Linux
name: Test ubuntu-latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
on: [push]

name: cargo check windows
name: Test Windows

jobs:
check:
name: Check Windows
name: Test windows-latest
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit c332a4d

Please sign in to comment.