]> Untitled Git - lemmy.git/commitdiff
Merge branch 'main' into split_user_table
authorDessalines <tyhou13@gmx.com>
Thu, 18 Mar 2021 23:36:48 +0000 (19:36 -0400)
committerDessalines <tyhou13@gmx.com>
Thu, 18 Mar 2021 23:36:48 +0000 (19:36 -0400)
1  2 
.drone.yml

diff --cc .drone.yml
index bb27984f904515424f6fb179a30fb9b082cc2e5c,c7c2ce30c99852fc0438312e4e0289faf11ccc41..5c68e2ccbbf68414551ee81b8706822c19c1424d
@@@ -30,7 -36,7 +36,8 @@@ steps
      environment:
        LEMMY_DATABASE_URL: postgres://lemmy:password@database:5432/lemmy
        RUST_BACKTRACE: 1
 +      RUST_TEST_THREADS: 1
+       CARGO_HOME: /drone/src/.cargo
      commands:
        - sudo apt-get update
        - sudo apt-get -y install --no-install-recommends espeak postgresql-client
@@@ -108,7 -116,7 +117,8 @@@ steps
      environment:
        LEMMY_DATABASE_URL: postgres://lemmy:password@database:5432/lemmy
        RUST_BACKTRACE: 1
 +      RUST_TEST_THREADS: 1
+       CARGO_HOME: /drone/src/.cargo
      commands:
        - apt-get update
        - apt-get -y install --no-install-recommends espeak postgresql-client libssl-dev pkg-config libpq-dev