Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
t-bltg committed Oct 13, 2024
1 parent 360a94e commit 18ed1ab
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
name: CI
name: ci

on:
push:
branches: [master]
workflow_dispatch:
pull_request:
push:
branches: [master, v2]

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true

defaults:
run:
shell: bash

jobs:
test:
env:
Expand Down
3 changes: 3 additions & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@ using StatsPlots
using StableRNGs
using Clustering
using NaNMath
using Plots
using Test

import Plots: PlotsBase

@testset "Grouped histogram" begin
rng = StableRNG(1337)
gpl = groupedhist(
Expand Down

0 comments on commit 18ed1ab

Please sign in to comment.