ft
diff --git a/.github/workflows/ut.yml b/.github/workflows/ut.yml
index 7975de0..b3cb974 100644
--- a/.github/workflows/ut.yml
+++ b/.github/workflows/ut.yml
@@ -14,7 +14,7 @@
 
     - uses: actions/checkout@v1
     - name: Build the code
-      run: bazel --version
+      run: bazel --version; bazel test //interface/common:resdb_txn_accessor_test
 
       #- name: Mount bazel cache
       #  uses: actions/cache@v3