Skip to content

Commit

Permalink
Merge pull request #142 from chrishavlin/add_weekly_tests
Browse files Browse the repository at this point in the history
add weekly run for tests
  • Loading branch information
chrishavlin authored Nov 4, 2024
2 parents 090c58d + 0cbb9ba commit ed56ca1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-test-matlab.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
paths:
- "**.m"
- ".github/workflows/build-test-matlab.yaml"
schedule:
- cron: "30 1 * * 1"

jobs:
test-on-matlab:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build-test-octave.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
paths:
- "**.m"
- ".github/workflows/build-test-octave.yaml"
schedule:
- cron: "30 1 * * 1"

# note: this test uses a docker image with the latest gnu octave installed. The
# octave images are maintained by https://github.com/gnu-octave/docker and this
Expand Down
1 change: 1 addition & 0 deletions release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
* add framework for handling temporary files in test suite
* add convenience function, `full_nd`, to create filled arrays
* add a development tag to version structure
* add weekly test runs

## Bug fix
* fix for undefined behavior of pre-melt scaling at Tn == 1.0

0 comments on commit ed56ca1

Please sign in to comment.