diff options
| author | 2026-02-14 10:53:35 -0600 | |
|---|---|---|
| committer | 2026-02-14 10:53:35 -0600 | |
| commit | 3a348ecfaef9da07b9b03bbd9f8bf9ed421be42f (patch) | |
| tree | fca4e620306e6336549cefc9d02926393e20b231 | |
| parent | Merge branch 'master' into cjanet-jit (diff) | |
Add testing to this long-lived branch.
| -rw-r--r-- | .github/workflows/test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index dc3cb9e..697b9d8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -2,7 +2,7 @@ name: Test on: push: - branches: [ master ] + branches: [ master, cjanet-jit ] pull_request: branches: [ master ] |
