Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ryuichiueda committed Dec 30, 2023
1 parent 5761548 commit d7ef159
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Bash tests
run: bash -xv ./test/test.bash
- name: Old tests
run: bash -xve ./test/old_test.bash
#- name: Internal tests
#run: cargo test --verbose
8 changes: 2 additions & 6 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: linux
name: macos

on:
push:
Expand All @@ -15,10 +15,6 @@ jobs:
runs-on: macos-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Bash tests
run: bash -xv ./test/test.bash
- name: Old tests
run: bash -xve ./test/old_test.bash
#- name: Internal tests
#run: cargo test --verbose

0 comments on commit d7ef159

Please sign in to comment.