Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add weekly run for tests #142

Merged
merged 1 commit into from
Nov 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading