mirror of
https://github.com/augustin64/projet-tipe
synced 2025-01-23 15:16:26 +01:00
Remove unnecessary tests from GH Actions
This commit is contained in:
parent
c9a890a20a
commit
4aea4d6321
10
.github/workflows/tests.yml
vendored
10
.github/workflows/tests.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user