forked from lavina/lavina
remove /test/
This commit is contained in:
parent
47195f5eee
commit
8047a97baa
|
@ -1 +0,0 @@
|
|||
*.log
|
|
@ -1,6 +0,0 @@
|
|||
insert into users(name)
|
||||
values ('kek'), ('shrek')
|
||||
returning id;
|
||||
|
||||
insert into challenges_plain_password(user_id, password)
|
||||
values (1, 'parolchik1'), (2, 'qwerty123');
|
|
@ -1,5 +0,0 @@
|
|||
#!/bin/sh
|
||||
cargo build
|
||||
./target/debug/lavina 1>test/lavina.stdout.log 2>test/lavina.stderr.log &
|
||||
cargo test
|
||||
kill %1
|
Loading…
Reference in New Issue