Skip to content

Commit 990712a

Browse files
committed
update run command
1 parent 9faf973 commit 990712a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ jobs:
3131
- name: 🧪 Compile and run test
3232
run: |
3333
g++ -o test_exec tests/test.cpp -Iinclude -I/usr/include/eigen3 -std=c++11
34-
./test_exec tests/input_test.json
34+
./test_exec tests/input.json
3535

0 commit comments

Comments
 (0)