Remove unnecessary tests from GH Actions

This commit is contained in:
augustin64 2023-03-03 22:18:25 +01:00
parent c9a890a20a
commit 4aea4d6321

View File

@ -14,12 +14,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: make all
run: make all
run: make -j$(nproc) all
- name: run-tests
run: make run-tests
- name: mnist main train
run: build/mnist-main train
--epochs 1
--images data/mnist/t10k-images-idx3-ubyte
--labels data/mnist/t10k-labels-idx1-ubyte
--out mnist-reseau.bin
run: make -j$(nproc) run-tests