Skip to content

Commit

Permalink
Merge branch 'main' of github.com:tocola/IO-TESTER
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-olivier committed Jul 7, 2021
2 parents a0f4279 + 3c3fcc6 commit 3356b25
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ defaults:

jobs:
build_ubuntu:
name: build ubuntu
name: ubuntu
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand All @@ -17,10 +17,10 @@ jobs:
run: make

build_macos:
name: build macOS
name: macOS
runs-on: macos-latest
steps:
- uses: actions/checkout@v2

- name: make IO_Tester
run: make
run: make

0 comments on commit 3356b25

Please sign in to comment.