Skip to content

Commit

Permalink
feat(#196): just gen
Browse files Browse the repository at this point in the history
  • Loading branch information
h1alexbel committed Oct 9, 2024
1 parent 7a2984a commit 12d42eb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/shell-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,5 @@ jobs:
with:
just-version: 1.30.1
- run: |
just gen
sh tests/full-cycle.sh
1 change: 0 additions & 1 deletion tests/full-cycle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
just gen
{
cargo run -- start -p 3000 -d
out="$(curl -s -o /dev/null -I -w "%{http_code}" localhost:3000)"
Expand Down

0 comments on commit 12d42eb

Please sign in to comment.