Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

Commit

Permalink
chore: remove deprecated flag --cache
Browse files Browse the repository at this point in the history
Signed-off-by: Iliya Savov <[email protected]>
  • Loading branch information
isavov committed Jun 3, 2024
1 parent 09f1a54 commit 89d6467
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gomu-gomu-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Run gomu gomu test
run: |-
set -v -x
./target/production/madara --dev --cache > madara.log 2>&1 &
./target/production/madara --dev > madara.log 2>&1 &
MADARA_RUN_PID=$!
while ! echo exit | nc localhost 9944; do sleep 1; done
cd ../gomu-gomu-no-gatling
Expand Down

0 comments on commit 89d6467

Please sign in to comment.