My personal-knowledge-system, with deeply integrated task tracking and long term goal planning capabilities.
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

ci: add nextest

+3
+3
.github/workflows/test.yaml
··· 25 25 - name: Install Just 26 26 uses: taiki-e/install-action@just 27 27 28 + - name: Install Nextest 29 + uses: taiki-e/install-action@nextest 30 + 28 31 - name: Run tests 29 32 run: just test