Skip to content

Commit

Permalink
fix: renable testing undo dirtiness
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasDeco committed Aug 27, 2024
1 parent 8f3f7b0 commit 1a3574b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,7 @@ jobs:

- name: Test
run: bun test
env:
RPC_ENDPOINT: https://api.devnet.solana.com/
INDEXER_URL: https://staging-indexer.metadao.fi
INDEXER_WSS_URL: wss://staging-indexer.metadao.fi
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { serialize, deserialize, Transaction } from "./serializer";
import { expect, describe, test } from "bun:test";

describe("serializer", async () => {
test.todo("serialize-deserialize", async () => {
test("serialize-deserialize", async () => {
const testTx: Transaction = {
blockTime: 0,
slot: 0,
Expand Down

0 comments on commit 1a3574b

Please sign in to comment.