Fix build
This commit is contained in:
parent
7bc07d292f
commit
32c6ad3cf5
|
@ -47,7 +47,6 @@ jobs:
|
||||||
- pushd examples/composite && anchor test && popd
|
- pushd examples/composite && anchor test && popd
|
||||||
- pushd examples/errors && anchor test && popd
|
- pushd examples/errors && anchor test && popd
|
||||||
- pushd examples/spl/token-proxy && anchor test && popd
|
- pushd examples/spl/token-proxy && anchor test && popd
|
||||||
- pushd examples/lockup && anchor test && popd
|
|
||||||
- pushd examples/tutorial/basic-0 && anchor test && popd
|
- pushd examples/tutorial/basic-0 && anchor test && popd
|
||||||
- pushd examples/tutorial/basic-1 && anchor test && popd
|
- pushd examples/tutorial/basic-1 && anchor test && popd
|
||||||
- pushd examples/tutorial/basic-2 && anchor test && popd
|
- pushd examples/tutorial/basic-2 && anchor test && popd
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
const assert = require("assert");
|
const assert = require("assert");
|
||||||
//const anchor = require('@project-serum/anchor');
|
const anchor = require('@project-serum/anchor');
|
||||||
const anchor = require("/home/armaniferrante/Documents/code/src/github.com/project-serum/anchor/ts");
|
|
||||||
|
|
||||||
describe("errors", () => {
|
describe("errors", () => {
|
||||||
// Configure the client to use the local cluster.
|
// Configure the client to use the local cluster.
|
||||||
|
|
Loading…
Reference in New Issue