Skip to content

Commit 1392a2e

Browse files
fix(ci): make reca yml run reca tests
1 parent 307969a commit 1392a2e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/TestsReservoirCellularAutomata.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ concurrency:
2121

2222
jobs:
2323
tests:
24-
name: "Tests"
2524
strategy:
2625
fail-fast: false
2726
matrix:
@@ -37,4 +36,5 @@ jobs:
3736
with:
3837
julia-version: "${{ matrix.version }}"
3938
os: "${{ matrix.os }}"
39+
project: "lib/ReservoirCellularAutomata"
4040
secrets: "inherit"

lib/ReservoirCellularAutomata/test/test_predictive.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using ReservoirCellularAutomata, CellularAutomata
1+
using ReservoirCellularAutomata
22

33
const input = ones(2, 10)
44
const output = zeros(2, 10)

0 commit comments

Comments
 (0)