Skip to content

Commit

Permalink
Use gawk's gettimeofday if available #57
Browse files Browse the repository at this point in the history
  • Loading branch information
xonixx committed Sep 26, 2021
1 parent 0420b38 commit 5611da2
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,28 @@ jobs:

- name: "run tests"
run: |
[[ "$OSTYPE" == "darwin"* ]] && brew install gawk
./makesure_stable
macos_gawk:
name: "Run tests macos/Gawk"
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ macos-10.15, macos-11.0 ]
steps:
- uses: actions/checkout@v2

- uses: actions/cache@v2
id: cache-tush
with:
path: soft/tush
key: ${{ runner.os }}-tush-2

- name: "run tests"
run: |
brew install gawk
./makesure_stable
win:
name: "Run tests Win"
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 5611da2

Please sign in to comment.