diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 90f4bea421f..88d77a91e52 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -838,11 +838,12 @@ jobs: npm run test:replication-nats # bun - - uses: oven-sh/setup-bun@v2 - with: - bun-version: '1.1.18' - - run: npm run test:bun:dexie - - run: npm run test:performance:memory:bun + # TODO enable again with latest bun version. + # - uses: oven-sh/setup-bun@v2 + # with: + # bun-version: '1.1.18' + # - run: npm run test:bun:dexie + # - run: npm run test:performance:memory:bun # deno (must be last because it messes up with file permissions) - name: Reuse deno cache folder diff --git a/orga/premium-tasks.md b/orga/premium-tasks.md index d9d7ecd7b53..26048acc969 100644 --- a/orga/premium-tasks.md +++ b/orga/premium-tasks.md @@ -21,7 +21,7 @@ To ensure there are not multiple people working on the same task, before you sta const signal = myRxDocument.get$$('foobar'); // <- This has the type Signal but should have Signal const signal = collection.find().$$; // <- This has the type Signal but should have Signal ``` -- Update [Bun.js to the latest version](https://github.com/pubkey/rxdb/blob/master/.github/workflows/main.yml#L843) while ensuring the tests still work. Ensure we no longer need `--timeout 60000` in the `test:bun:dexie` script. +- Update [Bun.js to the latest version](https://github.com/pubkey/rxdb/blob/master/.github/workflows/main.yml#L843) while ensuring the tests still work. Enable the bun test in the CI. Ensure we no longer need `--timeout 60000` in the `test:bun:dexie` script. - Add granular [binary operations to expo-file-system](https://expo.canny.io/feature-requests/p/add-granular-binary-operations-to-expo-file-system) ## Tasks already in progress (do no work on these!)