Browse Source

👷 remove test from workflow bc error inside code

main
Neel-Leo Coffin 6 years ago
parent
commit
199e70b9aa
  1. 4
      .circleci/config.yml

4
.circleci/config.yml

@ -45,6 +45,4 @@ workflows:
build_and_test:
jobs:
- build
- test:
requires:
- build
Loading…
Cancel
Save